Searched defs:getConstIntStepValue (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp670 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) &&
673 assert((IK != IK_PtrInduction || getConstIntStepValue()) &&
679 ConstantInt *ConstStep = getConstIntStepValue();
685 ConstantInt *InductionDescriptor::getConstIntStepValue() const { function in class:InductionDescriptor
709 if (getConstIntStepValue() &&
710 getConstIntStepValue()->isMinusOne())
712 if (getConstIntStepValue() &&
713 getConstIntStepValue()->isOne())

Completed in 114 milliseconds