Lines Matching refs:getVectorNumElements

540                            ? APInt::getAllOnesValue(VT.getVectorNumElements())  in ShrinkDemandedConstant()
624 ? APInt::getAllOnesValue(VT.getVectorNumElements()) in SimplifyDemandedBits()
669 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in SimplifyMultipleUseDemandedBits()
692 unsigned NumSrcElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyMultipleUseDemandedBits()
816 if (CIdx && CIdx->getAPIntValue().ult(VecVT.getVectorNumElements()) && in SimplifyMultipleUseDemandedBits()
826 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyMultipleUseDemandedBits()
869 ? APInt::getAllOnesValue(VT.getVectorNumElements()) in SimplifyMultipleUseDemandedBits()
909 NumElts == Op.getValueType().getVectorNumElements()) && in SimplifyDemandedBits()
1005 if (CIdx && CIdx->getAPIntValue().ult(VecVT.getVectorNumElements())) { in SimplifyDemandedBits()
1038 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyDemandedBits()
1081 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in SimplifyDemandedBits()
1105 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedBits()
1875 unsigned InElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyDemandedBits()
1913 unsigned InElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyDemandedBits()
1966 unsigned InElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyDemandedBits()
2140 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in SimplifyDemandedBits()
2166 unsigned NumSrcElts = SrcVT.isVector() ? SrcVT.getVectorNumElements() : 1; in SimplifyDemandedBits()
2326 unsigned NumElts = VT.getVectorNumElements(); in getKnownUndefForVectorBinop()
2380 assert(VT.getVectorNumElements() == NumElts && in SimplifyDemandedVectorElts()
2461 unsigned NumSrcElts = SrcVT.getVectorNumElements(); in SimplifyDemandedVectorElts()
2570 unsigned NumSubElts = SubVT.getVectorNumElements(); in SimplifyDemandedVectorElts()
2589 unsigned NumSubElts = Sub.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts()
2634 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts()
2793 unsigned NumSrcElts = Src.getValueType().getVectorNumElements(); in SimplifyDemandedVectorElts()
7333 unsigned NumElem = SrcVT.getVectorNumElements(); in scalarizeVectorLoad()
7430 unsigned NumElem = StVT.getVectorNumElements(); in scalarizeVectorStore()
7865 SubVecVT.getVectorNumElements()); in getVectorSubVecPointer()
8451 VT.getVectorNumElements()); in expandMULO()
8577 while (VT.getVectorNumElements() > 1) { in expandVecReduce()
8590 unsigned NumElts = VT.getVectorNumElements(); in expandVecReduce()
8618 unsigned NumElts = VT.getVectorNumElements(); in expandVecReduceSeq()