Home
last modified time | relevance | path

Searched refs:getConstIntStepValue (Results 1 – 6 of 6) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp670 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
673 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
679 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()
685 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
709 if (getConstIntStepValue() && in transform()
710 getConstIntStepValue()->isMinusOne()) in transform()
712 if (getConstIntStepValue() && in transform()
713 getConstIntStepValue()->isOne()) in transform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp770 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
773 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
793 ConstantInt *ConstStep = getConstIntStepValue(); in getConsecutiveDirection()
799 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
825 if (getConstIntStepValue() && in transform()
826 getConstIntStepValue()->isMinusOne()) in transform()
828 if (getConstIntStepValue() && in transform()
829 getConstIntStepValue()->isOne()) in transform()
/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h292 ConstantInt *getConstIntStepValue() const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorizationLegality.cpp548 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h286 ConstantInt *getConstIntStepValue() const;
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1876 ConstantInt *Step = II.getConstIntStepValue(); in createVectorIntInductionPHI()
1924 if (ID.getConstIntStepValue()) in widenIntInduction()
1925 Step = ID.getConstIntStepValue(); in widenIntInduction()
4192 ID.getConstIntStepValue()) { in vectorizeBlockInLoop()
4550 ID.getConstIntStepValue() && in addInductionPhi()
4551 ID.getConstIntStepValue()->isOne() && in addInductionPhi()