Lines Matching refs:getVectorMinNumElements
13020 unsigned DstElts = N0.getValueType().getVectorMinNumElements(); in visitSIGN_EXTEND_INREG()
13021 unsigned SrcElts = N00.getValueType().getVectorMinNumElements(); in visitSIGN_EXTEND_INREG()
15172 NumElts = VT.getVectorMinNumElements(); in combineRepeatedFPDivisors()
21250 N->getOperand(0).getValueType().getVectorMinNumElements(); in visitCONCAT_VECTORS()
21298 (IndexC->getZExtValue() % SubVT.getVectorMinNumElements()) == 0) { in getSubVectorSrc()
21299 uint64_t SubIdx = IndexC->getZExtValue() / SubVT.getVectorMinNumElements(); in getSubVectorSrc()
21490 unsigned NumElts = VT.getVectorMinNumElements(); in narrowExtractedVectorLoad()
21714 unsigned SrcNumElts = SrcVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
21715 unsigned DestNumElts = V.getValueType().getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
21761 unsigned ExtNumElts = NVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
21768 unsigned ConcatSrcNumElts = ConcatSrcVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
23275 unsigned Factor = N1.getValueType().getVectorMinNumElements(); in visitINSERT_SUBVECTOR()