Lines Matching refs:getVectorElementCount
380 IntermediateVT.getVectorElementCount() * NumParts) in getCopyFromPartsVector()
404 if (PartEVT.getVectorElementCount() != ValueVT.getVectorElementCount()) { in getCopyFromPartsVector()
405 assert((PartEVT.getVectorElementCount().getKnownMinValue() > in getCopyFromPartsVector()
406 ValueVT.getVectorElementCount().getKnownMinValue()) && in getCopyFromPartsVector()
407 (PartEVT.getVectorElementCount().isScalable() == in getCopyFromPartsVector()
408 ValueVT.getVectorElementCount().isScalable()) && in getCopyFromPartsVector()
412 ValueVT.getVectorElementCount()); in getCopyFromPartsVector()
612 ElementCount PartNumElts = PartVT.getVectorElementCount(); in widenVectorToPartType()
613 ElementCount ValueNumElts = ValueVT.getVectorElementCount(); in widenVectorToPartType()
664 PartEVT.getVectorElementCount() == in getCopyToPartsVector()
665 ValueVT.getVectorElementCount()) { in getCopyToPartsVector()
677 PartVT.getVectorElementCount()); in getCopyToPartsVector()
681 if (ValueVT.getVectorElementCount().isScalar()) { in getCopyToPartsVector()
724 DestEltCnt = IntermediateVT.getVectorElementCount() * NumIntermediates; in getCopyToPartsVector()
742 ValueVT.getVectorElementCount()); in getCopyToPartsVector()
5439 PromVT = EVT::getVectorVT(Ctx, PromVT, VT.getVectorElementCount()); in expandDivFix()
6831 *Context, OverflowVT, ResultVT.getVectorElementCount()); in visitIntrinsicCall()