Home
last modified time | relevance | path

Searched refs:PartVTBitSize (Results 1 – 1 of 1) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp9000 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local
9001 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
9040 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local
9041 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()