Searched refs:ValueEltVT (Results 1 – 1 of 1) sorted by relevance
21498 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local21510 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()21512 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()21515 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()21551 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local21564 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()21565 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()21568 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()