reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
284 ConstantInt *getConstIntStepValue() const;
791 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && 791 assert((!getConstIntStepValue() || !getConstIntStepValue()->isZero()) && 794 assert((IK != IK_PtrInduction || getConstIntStepValue()) && 815 ConstantInt *ConstStep = getConstIntStepValue();lib/Analysis/LoopInfo.cpp
413 ConstantInt *Step = IndDesc.getConstIntStepValue();
lib/Transforms/Vectorize/LoopVectorizationLegality.cpp517 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() && 517 ID.getConstIntStepValue() && ID.getConstIntStepValue()->isOne() &&lib/Transforms/Vectorize/LoopVectorize.cpp
2837 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne()) 2837 if (ID.getConstIntStepValue() && ID.getConstIntStepValue()->isMinusOne())