Lines Matching refs:getVectorMinNumElements
5066 return KnownIdx.getMaxValue().uge(VecVT.getVectorMinNumElements()); in canCreateUndefOrPoison()
5498 unsigned IdentityIndex = i * Op.getValueType().getVectorMinNumElements(); in foldCONCAT_VECTORS()
5790 assert(VT.getVectorMinNumElements() < in getNode()
5791 N1.getValueType().getVectorMinNumElements() && in getNode()
6942 VT.getVectorMinNumElements() <= N1VT.getVectorMinNumElements()) && in getNode()
6946 (VT.getVectorMinNumElements() + N2C->getZExtValue()) <= in getNode()
6947 N1VT.getVectorMinNumElements()) && in getNode()
6965 unsigned Factor = VT.getVectorMinNumElements(); in getNode()
7175 VT.getVectorMinNumElements() >= N2VT.getVectorMinNumElements()) && in getNode()
7180 (N2VT.getVectorMinNumElements() + N3->getAsZExtVal()) <= in getNode()
7181 VT.getVectorMinNumElements()) && in getNode()
11646 ? APInt::getAllOnes(VT.getVectorMinNumElements()) in isConstOrConstSplat()
11691 ? APInt::getAllOnes(VT.getVectorMinNumElements()) in isConstOrConstSplatFP()
12327 assert(LoVT.getVectorMinNumElements() + HiVT.getVectorMinNumElements() <= in SplitVector()
12328 N.getValueType().getVectorMinNumElements() && in SplitVector()
12338 getVectorIdxConstant(LoVT.getVectorMinNumElements(), DL)); in SplitVector()
12349 unsigned HalfMinNumElts = VecVT.getVectorMinNumElements() / 2; in SplitEVL()