Lines Matching refs:getVectorElementCount
5629 FPVT.getVectorElementCount()); in PerformMinMaxFpToSatCombine()
5664 FPVT.getVectorElementCount()); in PerformUMinFpToSatCombine()
10395 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA()
10439 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA()
14877 VT.getVectorElementCount()); in foldExtendVectorInregToExtendOfSubvector()
14992 auto EltCnt = VecTy.getVectorElementCount(); in visitTRUNCATE()
15140 X.getValueType().getVectorElementCount())); in visitTRUNCATE()
16922 VT.getVectorElementCount()); in combineFMulOrFDivWithIntPow2()
18829 return T.isVector() ? T.getVectorElementCount() : ElementCount::getFixed(0); in numVectorEltsOrZero()
24045 ElementCount NumElts = SrcVT.getVectorElementCount() * N->getNumOperands(); in combineConcatVectorOfCasts()
24822 ElementCount NewExtEC = NVT.getVectorElementCount() * SrcDestRatio; in visitEXTRACT_SUBVECTOR()
24834 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
24836 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
24876 if (NVT.getVectorElementCount() == ConcatSrcVT.getVectorElementCount()) in visitEXTRACT_SUBVECTOR()
26549 N1.getOperand(0).getOperand(0).getValueType().getVectorElementCount() == in visitINSERT_SUBVECTOR()
26550 VT.getVectorElementCount() && in visitINSERT_SUBVECTOR()
26567 CN0VT.getVectorElementCount() == VT.getVectorElementCount()) { in visitINSERT_SUBVECTOR()
26607 ElementCount NumElts = VT.getVectorElementCount(); in visitINSERT_SUBVECTOR()
26719 if (VT.getVectorElementCount().isScalar()) { in visitVECREDUCE()