Lines Matching refs:getVectorMinNumElements
14456 unsigned DstElts = N0.getValueType().getVectorMinNumElements(); in visitSIGN_EXTEND_INREG()
14457 unsigned SrcElts = N00.getValueType().getVectorMinNumElements(); in visitSIGN_EXTEND_INREG()
16962 NumElts = VT.getVectorMinNumElements(); in combineRepeatedFPDivisors()
23967 N->getOperand(0).getValueType().getVectorMinNumElements(); in visitCONCAT_VECTORS()
24015 (IndexC->getZExtValue() % SubVT.getVectorMinNumElements()) == 0) { in getSubVectorSrc()
24016 uint64_t SubIdx = IndexC->getZExtValue() / SubVT.getVectorMinNumElements(); in getSubVectorSrc()
24208 unsigned NumElts = VT.getVectorMinNumElements(); in narrowExtractedVectorLoad()
24211 if (Index == 0 && NumElts >= Ld->getValueType(0).getVectorMinNumElements()) in narrowExtractedVectorLoad()
24440 unsigned SrcNumElts = SrcVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
24441 unsigned DestNumElts = V.getValueType().getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
24487 unsigned ExtNumElts = NVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
24494 unsigned ConcatSrcNumElts = ConcatSrcVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
26144 if (VT.getVectorMinNumElements() >= SrcVT.getVectorMinNumElements()) in visitINSERT_SUBVECTOR()
26269 unsigned Factor = N1.getValueType().getVectorMinNumElements(); in visitINSERT_SUBVECTOR()