Searched refs:ValueVTBitSize (Results 1 – 1 of 1) sorted by relevance
8999 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in splitValueIntoRegisterParts() local9001 if (PartVTBitSize % ValueVTBitSize == 0) { in splitValueIntoRegisterParts()9005 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in splitValueIntoRegisterParts()9039 unsigned ValueVTBitSize = ValueVT.getSizeInBits().getKnownMinSize(); in joinRegisterPartsIntoValue() local9041 if (PartVTBitSize % ValueVTBitSize == 0) { in joinRegisterPartsIntoValue()9046 unsigned Count = ValueVTBitSize / PartEltVT.getSizeInBits(); in joinRegisterPartsIntoValue()