Lines Matching refs:getVectorMinNumElements
3202 if (!isUIntN(BitWidth, Op.getValueType().getVectorMinNumElements())) in computeKnownBits()
3205 APInt(BitWidth, Op.getValueType().getVectorMinNumElements()); in computeKnownBits()
5335 return KnownIdx.getMaxValue().uge(VecVT.getVectorMinNumElements()); in canCreateUndefOrPoison()
5822 unsigned IdentityIndex = i * Op.getValueType().getVectorMinNumElements(); in foldCONCAT_VECTORS()
6125 assert(VT.getVectorMinNumElements() < in getNode()
6126 N1.getValueType().getVectorMinNumElements() && in getNode()
7291 VT.getVectorMinNumElements() <= N1VT.getVectorMinNumElements()) && in getNode()
7295 (VT.getVectorMinNumElements() + N2C->getZExtValue()) <= in getNode()
7296 N1VT.getVectorMinNumElements()) && in getNode()
7314 unsigned Factor = VT.getVectorMinNumElements(); in getNode()
7524 VT.getVectorMinNumElements() >= N2VT.getVectorMinNumElements()) && in getNode()
7529 (N2VT.getVectorMinNumElements() + N3->getAsZExtVal()) <= in getNode()
7530 VT.getVectorMinNumElements()) && in getNode()
11989 ? APInt::getAllOnes(VT.getVectorMinNumElements()) in isConstOrConstSplat()
12034 ? APInt::getAllOnes(VT.getVectorMinNumElements()) in isConstOrConstSplatFP()
12657 assert(LoVT.getVectorMinNumElements() + HiVT.getVectorMinNumElements() <= in SplitVector()
12658 N.getValueType().getVectorMinNumElements() && in SplitVector()
12668 getVectorIdxConstant(LoVT.getVectorMinNumElements(), DL)); in SplitVector()
12679 unsigned HalfMinNumElts = VecVT.getVectorMinNumElements() / 2; in SplitEVL()