Lines Matching refs:getVectorElementCount
5137 FPVT.getVectorElementCount()); in PerformMinMaxFpToSatCombine()
5173 FPVT.getVectorElementCount()); in PerformUMinFpToSatCombine()
9256 VT.getVectorElementCount()); in visitSRA()
9315 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA()
9361 TruncVT = EVT::getVectorVT(Ctx, TruncVT, VT.getVectorElementCount()); in visitSRA()
13238 auto EltCnt = VecTy.getVectorElementCount(); in visitTRUNCATE()
13379 X.getValueType().getVectorElementCount())); in visitTRUNCATE()
16598 return T.isVector() ? T.getVectorElementCount() : ElementCount::getFixed(0); in numVectorEltsOrZero()
21081 ElementCount NumElts = SrcVT.getVectorElementCount() * N->getNumOperands(); in combineConcatVectorOfCasts()
21718 ElementCount NewExtEC = NVT.getVectorElementCount() * SrcDestRatio; in visitEXTRACT_SUBVECTOR()
21731 if (NVT.getVectorElementCount().isKnownMultipleOf(DestSrcRatio)) { in visitEXTRACT_SUBVECTOR()
21733 NVT.getVectorElementCount().divideCoefficientBy(DestSrcRatio); in visitEXTRACT_SUBVECTOR()
21774 if (NVT.getVectorElementCount() == ConcatSrcVT.getVectorElementCount()) in visitEXTRACT_SUBVECTOR()
23173 N1.getOperand(0).getOperand(0).getValueType().getVectorElementCount() == in visitINSERT_SUBVECTOR()
23174 VT.getVectorElementCount() && in visitINSERT_SUBVECTOR()
23191 CN0VT.getVectorElementCount() == VT.getVectorElementCount()) { in visitINSERT_SUBVECTOR()
23230 ElementCount NumElts = VT.getVectorElementCount(); in visitINSERT_SUBVECTOR()
23329 if (VT.getVectorElementCount().isScalar()) { in visitVECREDUCE()