Searched refs:PartVTBitSize (Results 1 – 1 of 1) sorted by relevance
21501 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in splitValueIntoRegisterParts() local21502 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()21503 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()21511 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()21512 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()21554 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinValue(); in joinRegisterPartsIntoValue() local21555 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()21556 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()21565 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()