Searched refs:ValueVTBitSize (Results 1 – 1 of 1) sorted by relevance
8545 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local8547 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()8551 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in splitValueIntoRegisterParts()8585 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local8587 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()8592 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in joinRegisterPartsIntoValue()