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

Declarations

include/llvm/Analysis/ScalarEvolution.h
  938   bool SimplifyICmpOperands(ICmpInst::Predicate &Pred, const SCEV *&LHS,

References

lib/Analysis/ScalarEvolution.cpp
 7394   (void)SimplifyICmpOperands(Pred, LHS, RHS);
 9086     return SimplifyICmpOperands(Pred, LHS, RHS, Depth+1);
 9175   (void)SimplifyICmpOperands(Pred, LHS, RHS);
 9740   if (SimplifyICmpOperands(Pred, LHS, RHS))
 9743   if (SimplifyICmpOperands(FoundPred, FoundLHS, FoundRHS))