Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DIVDescriptors.cpp953 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && in InductionDescriptor()
956 assert((IK != IK_PtrInduction || getConstIntStepValue()) && in InductionDescriptor()
976 ConstantInt *InductionDescriptor::getConstIntStepValue() const { in getConstIntStepValue() function in InductionDescriptor
H A DLoopInfo.cpp422 ConstantInt *Step = IndDesc.getConstIntStepValue(); in isCanonical()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DIVDescriptors.h285 ConstantInt *getConstIntStepValue() const;
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp519 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && in addInductionPhi()
H A DLoopVectorize.cpp3397 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne()) in emitTransformedIndex()