Lines Matching refs:getVectorElementCount
386 IntermediateVT.getVectorElementCount() * NumParts) in getCopyFromPartsVector()
407 assert((PartEVT.getVectorElementCount().getKnownMinValue() > in getCopyFromPartsVector()
408 ValueVT.getVectorElementCount().getKnownMinValue()) && in getCopyFromPartsVector()
409 (PartEVT.getVectorElementCount().isScalable() == in getCopyFromPartsVector()
410 ValueVT.getVectorElementCount().isScalable()) && in getCopyFromPartsVector()
420 assert(PartEVT.getVectorElementCount() == ValueVT.getVectorElementCount() && in getCopyFromPartsVector()
616 ElementCount PartNumElts = PartVT.getVectorElementCount(); in widenVectorToPartType()
617 ElementCount ValueNumElts = ValueVT.getVectorElementCount(); in widenVectorToPartType()
668 PartEVT.getVectorElementCount() == in getCopyToPartsVector()
669 ValueVT.getVectorElementCount()) { in getCopyToPartsVector()
674 if (ValueVT.getVectorElementCount().isScalar()) { in getCopyToPartsVector()
717 DestEltCnt = IntermediateVT.getVectorElementCount() * NumIntermediates; in getCopyToPartsVector()
734 BuiltVectorTy.getVectorElementCount() == in getCopyToPartsVector()
735 ValueVT.getVectorElementCount()) { in getCopyToPartsVector()
5438 PromVT = EVT::getVectorVT(Ctx, PromVT, VT.getVectorElementCount()); in expandDivFix()
6774 *Context, OverflowVT, ResultVT.getVectorElementCount()); in visitIntrinsicCall()