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

References

lib/Analysis/ScalarEvolution.cpp
 3189   assert(getEffectiveSCEVType(LHS->getType()) ==
 3195       return LHS;                               // X udiv 1 --> x
 3203       Type *Ty = LHS->getType();
 3212       if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHS))
 3240               LHS = getAddRecExpr(getConstant(StartInt - StartRem), Step,
 3245       if (const SCEVMulExpr *M = dyn_cast<SCEVMulExpr>(LHS)) {
 3264       if (const SCEVUDivExpr *OtherDiv = dyn_cast<SCEVUDivExpr>(LHS)) {
 3278       if (const SCEVAddExpr *A = dyn_cast<SCEVAddExpr>(LHS)) {
 3297       if (const SCEVConstant *LHSC = dyn_cast<SCEVConstant>(LHS)) {
 3308   ID.AddPointer(LHS);
 3313                                              LHS, RHS);