Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp21500 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
21502 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
21503 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
21511 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
21553 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
21555 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
21556 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()