Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp14127 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local
14129 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()
14130 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()
14138 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()
14179 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local
14181 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()
14182 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()