Lines Matching refs:getVectorMinNumElements
13530 unsigned DstElts = N0.getValueType().getVectorMinNumElements(); in visitSIGN_EXTEND_INREG()
13531 unsigned SrcElts = N00.getValueType().getVectorMinNumElements(); in visitSIGN_EXTEND_INREG()
15811 NumElts = VT.getVectorMinNumElements(); in combineRepeatedFPDivisors()
22406 N->getOperand(0).getValueType().getVectorMinNumElements(); in visitCONCAT_VECTORS()
22454 (IndexC->getZExtValue() % SubVT.getVectorMinNumElements()) == 0) { in getSubVectorSrc()
22455 uint64_t SubIdx = IndexC->getZExtValue() / SubVT.getVectorMinNumElements(); in getSubVectorSrc()
22646 unsigned NumElts = VT.getVectorMinNumElements(); in narrowExtractedVectorLoad()
22870 unsigned SrcNumElts = SrcVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
22871 unsigned DestNumElts = V.getValueType().getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
22917 unsigned ExtNumElts = NVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
22924 unsigned ConcatSrcNumElts = ConcatSrcVT.getVectorMinNumElements(); in visitEXTRACT_SUBVECTOR()
24684 unsigned Factor = N1.getValueType().getVectorMinNumElements(); in visitINSERT_SUBVECTOR()