Searched refs:ValueEltVT (Results 1 – 1 of 1) sorted by relevance
19862 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local19874 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()19876 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()19879 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()19915 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local19928 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()19929 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()19932 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()