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

References

include/llvm/Analysis/ScalarEvolution.h
  281   const SCEV *getLHS() const { return LHS; }
lib/Analysis/ScalarEvolution.cpp
12257   return Op->LHS == LHS && Op->RHS == RHS;
12257   return Op->LHS == LHS && Op->RHS == RHS;
12262 const SCEV *SCEVEqualPredicate::getExpr() const { return LHS; }
12265   OS.indent(Depth) << "Equal predicate: " << *LHS << " == " << *RHS << "\n";