Searched refs:ValueEltVT (Results 1 – 1 of 1) sorted by relevance
23977 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local23989 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()23991 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()23994 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()24048 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local24061 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()24062 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()24065 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()