Searched refs:PartVTBitSize (Results 1 – 1 of 1) sorted by relevance
19865 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local19866 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()19867 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()19875 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()19876 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()19918 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local19919 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()19920 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()19929 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()