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

References

lib/Analysis/ScalarEvolution.cpp
12246     : SCEVPredicate(ID, P_Equal), LHS(LHS), RHS(RHS) {
12247   assert(LHS->getType() == RHS->getType() && "LHS and RHS types don't match");
12248   assert(LHS != RHS && "LHS and RHS are the same SCEV");