reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/ScalarEvolution.cpp
 7678       StableValue = ConstantInt::get(Ty, 0);
 7680       StableValue = ConstantInt::get(Ty, -1, true);
 7690     StableValue = ConstantInt::get(cast<IntegerType>(RHS->getType()), 0);
 7695       ConstantFoldCompareInstOperands(Pred, StableValue, RHS, DL, &TLI);