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.cpp19864 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
19866 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
19867 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
19875 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
19917 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
19919 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
19920 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()