Lines Matching refs:getVectorElementCount
5632 FPVT.getVectorElementCount()); in PerformMinMaxFpToSatCombine()
5667 FPVT.getVectorElementCount()); in PerformUMinFpToSatCombine()
10371 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA()
10417 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA()
14619 VT.getVectorElementCount()); in foldExtendVectorInregToExtendOfSubvector()
14732 auto EltCnt = VecTy.getVectorElementCount(); in visitTRUNCATE()
14886 X.getValueType().getVectorElementCount())); in visitTRUNCATE()
16620 VT.getVectorElementCount()); in combineFMulOrFDivWithIntPow2()
18491 return T.isVector() ? T.getVectorElementCount() : ElementCount::getFixed(0); in numVectorEltsOrZero()
23685 ElementCount NumElts = SrcVT.getVectorElementCount() * N->getNumOperands(); in combineConcatVectorOfCasts()
24444 ElementCount NewExtEC = NVT.getVectorElementCount() * SrcDestRatio; in visitEXTRACT_SUBVECTOR()
24457 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
24459 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
24500 if (NVT.getVectorElementCount() == ConcatSrcVT.getVectorElementCount()) in visitEXTRACT_SUBVECTOR()
26166 N1.getOperand(0).getOperand(0).getValueType().getVectorElementCount() == in visitINSERT_SUBVECTOR()
26167 VT.getVectorElementCount() && in visitINSERT_SUBVECTOR()
26184 CN0VT.getVectorElementCount() == VT.getVectorElementCount()) { in visitINSERT_SUBVECTOR()
26224 ElementCount NumElts = VT.getVectorElementCount(); in visitINSERT_SUBVECTOR()
26331 if (VT.getVectorElementCount().isScalar()) { in visitVECREDUCE()