Lines Matching defs:AddExpr
230 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr);
232 if (!AddExpr) {
237 if (AddExpr->getLoop() != L) {
241 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1));
244 AddExpr->getOperand(1)->dump());
295 const SCEV *Start = AddExpr->getStart();
350 if (auto *BaseC = dyn_cast<SCEVConstant>(AddExpr->getStart())) {
353 } else if (auto *BaseV = dyn_cast<SCEVUnknown>(AddExpr->getStart())) {
360 } else if (auto *BaseMul = dyn_cast<SCEVMulExpr>(AddExpr->getStart())) {
371 << *AddExpr->getOperand(0) << "\n");