Lines Matching defs:AddExpr
232 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr);
234 if (!AddExpr) {
239 if (AddExpr->getLoop() != L) {
243 auto *Step = dyn_cast<SCEVConstant>(AddExpr->getOperand(1));
246 AddExpr->getOperand(1)->dump());
296 auto *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");