reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
662 if (LHS == RHS) 663 return SE.getConstant(LHS->getType(), 1); 672 return SE.getMulExpr(LHS, RC); 675 return LHS; 679 if (const SCEVConstant *C = dyn_cast<SCEVConstant>(LHS)) { 690 if (const SCEVAddRecExpr *AR = dyn_cast<SCEVAddRecExpr>(LHS)) { 707 if (const SCEVAddExpr *Add = dyn_cast<SCEVAddExpr>(LHS)) { 721 if (const SCEVMulExpr *Mul = dyn_cast<SCEVMulExpr>(LHS)) {