Searched refs:PartVTBitSize (Results 1 – 1 of 1) sorted by relevance
14128 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local14129 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()14130 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()14138 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()14139 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()14180 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local14181 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()14182 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()14191 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()