Lines Matching refs:getVectorNumElements

834     for (unsigned i = 0, e = N->getValueType(0).getVectorNumElements();  in AddNodeIDCustom()
1046 assert(N->getNumOperands() == N->getValueType(0).getVectorNumElements() && in VerifySDNode()
1517 for (unsigned i = 0; i < ViaVecNumElts / VT.getVectorNumElements(); ++i) in getConstant()
1535 for (unsigned i = 0, e = VT.getVectorNumElements(); i != e; ++i) in getConstant()
1865 for (uint64_t i = 0; i < ResVT.getVectorNumElements(); i++) in getStepVector()
1880 assert(VT.getVectorNumElements() == Mask.size() && in getVectorShuffle()
1995 V.getValueType().getVectorNumElements() == VT.getVectorNumElements(); in getVectorShuffle()
2597 unsigned NumElts = VT.getVectorNumElements(); in isSplatValue()
2663 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue()
2680 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in isSplatValue()
2704 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in isSplatValue()
2737 DemandedElts = APInt::getAllOnes(VT.getVectorNumElements()); in isSplatValue()
2753 DemandedElts = APInt::getAllOnes(VT.getVectorNumElements()); in getSplatSourceVector()
2786 int NumElts = V.getValueType().getVectorNumElements(); in getSplatSourceVector()
2901 ? APInt::getAllOnes(VT.getVectorNumElements()) in computeKnownBits()
2935 NumElts == Op.getValueType().getVectorNumElements()) && in computeKnownBits()
3017 unsigned NumSubVectorElts = SubVectorVT.getVectorNumElements(); in computeKnownBits()
3039 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in computeKnownBits()
3064 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in computeKnownBits()
3463 APInt InDemandedElts = DemandedElts.zext(InVT.getVectorNumElements()); in computeKnownBits()
3475 APInt InDemandedElts = DemandedElts.zext(InVT.getVectorNumElements()); in computeKnownBits()
3491 APInt InDemandedElts = DemandedElts.zext(InVT.getVectorNumElements()); in computeKnownBits()
3634 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in computeKnownBits()
3922 ? APInt::getAllOnes(VT.getVectorNumElements()) in ComputeNumSignBits()
4072 APInt DemandedSrcElts = DemandedElts.zext(SrcVT.getVectorNumElements()); in ComputeNumSignBits()
4338 const unsigned NumSrcElts = VecVT.getVectorNumElements(); in ComputeNumSignBits()
4363 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in ComputeNumSignBits()
4372 unsigned NumSubVectorElts = SubVectorVT.getVectorNumElements(); in ComputeNumSignBits()
4391 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in ComputeNumSignBits()
4528 ? APInt::getAllOnes(VT.getVectorNumElements()) in isGuaranteedNotToBeUndefOrPoison()
4824 assert(VT.getVectorNumElements() == (unsigned)NumOps && in FoldBUILD_VECTOR()
4910 Elts.append(OpVT.getVectorNumElements(), DAG.getUNDEF(SVT)); in foldCONCAT_VECTORS()
6117 for (int i = 0, e = VT.getVectorNumElements(); i != e; ++i) { in getNode()
6160 N2C->getAPIntValue().uge(N1.getValueType().getVectorNumElements())) in getNode()
6170 N1.getOperand(0).getValueType().getVectorNumElements(); in getNode()
6229 N1.getValueType().getVectorNumElements() == 1) { in getNode()
6464 N3C->getZExtValue() >= N1.getValueType().getVectorNumElements()) in getNode()
6637 unsigned NumElts = VT.getVectorNumElements(); in getMemsetStringVal()
9109 VTList.VTs[0].getVectorNumElements() == in getNode()
9110 Ops[1].getValueType().getVectorNumElements()) && in getNode()
9121 VTList.VTs[0].getVectorNumElements() == in getNode()
9122 Ops[1].getValueType().getVectorNumElements()) && in getNode()
11035 unsigned Stages = Log2_32(Op.getValueType().getVectorNumElements()); in matchBinOpReduction()
11070 unsigned NumElts = Op.getValueType().getVectorNumElements(); in matchBinOpReduction()
11078 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in matchBinOpReduction()
11098 unsigned NE = VT.getVectorNumElements(); in UnrollVectorOp()
11176 unsigned NE = ResVT.getVectorNumElements(); in UnrollVectorOverflowOp()
11362 NextPowerOf2(VT.getVectorNumElements())); in WidenVector()
11373 Count = VT.getVectorNumElements(); in ExtractVectorElements()
11725 for (i = 0, e = VT.getVectorNumElements(); i != e && Mask[i] < 0; ++i) in isSplatMask()