Searched refs:PartVTBitSize (Results 1 – 1 of 1) sorted by relevance
23980 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local23981 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()23982 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()23990 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()23991 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()24051 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local24052 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()24053 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()24062 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()