Searched refs:PartVTBitSize (Results 1 – 1 of 1) sorted by relevance
12411 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local12412 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()12413 assert(PartVTBitSize >= ValueVTBitSize); in splitValueIntoRegisterParts()12421 if (PartVTBitSize > ValueVTBitSize) { in splitValueIntoRegisterParts()12422 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()12463 unsigned PartVTBitSize = PartVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local12464 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()12465 assert(PartVTBitSize >= ValueVTBitSize); in joinRegisterPartsIntoValue()12474 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()