Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp23979 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
23981 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
23982 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
23990 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
24050 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
24052 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
24053 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()