Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp8546 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local
8547 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
8586 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local
8587 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()