Searched refs:ValueEltVT (Results 1 – 1 of 1) sorted by relevance
12408 EVT ValueEltVT = ValueVT.getVectorElementType(); in splitValueIntoRegisterParts() local12420 if (ValueEltVT != PartEltVT) { in splitValueIntoRegisterParts()12422 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in splitValueIntoRegisterParts()12425 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in splitValueIntoRegisterParts()12460 EVT ValueEltVT = ValueVT.getVectorElementType(); in joinRegisterPartsIntoValue() local12473 if (ValueEltVT != PartEltVT) { in joinRegisterPartsIntoValue()12474 unsigned Count = PartVTBitSize / ValueEltVT.getFixedSizeInBits(); in joinRegisterPartsIntoValue()12477 EVT::getVectorVT(Context, ValueEltVT, Count, /*IsScalable=*/true); in joinRegisterPartsIntoValue()