Lines Matching defs:GetExtendExpr
1290 // static const ExtendOpTraitsBase::GetExtendExprTy GetExtendExpr;
1301 static const GetExtendExprTy GetExtendExpr;
1311 SCEVSignExtendExpr>::GetExtendExpr = &ScalarEvolution::getSignExtendExpr;
1317 static const GetExtendExprTy GetExtendExpr;
1327 SCEVZeroExtendExpr>::GetExtendExpr = &ScalarEvolution::getZeroExtendExpr;
1342 auto GetExtendExpr = ExtendOpTraits<ExtendOpTy>::GetExtendExpr;
1390 SE->getAddExpr((SE->*GetExtendExpr)(PreStart, WideTy, Depth),
1391 (SE->*GetExtendExpr)(Step, WideTy, Depth));
1392 if ((SE->*GetExtendExpr)(Start, WideTy, Depth) == OperandExtendedStart) {
1419 auto GetExtendExpr = ExtendOpTraits<ExtendOpTy>::GetExtendExpr;
1423 return (SE->*GetExtendExpr)(AR->getStart(), Ty, Depth);
1425 return SE->getAddExpr((SE->*GetExtendExpr)(AR->getStepRecurrence(*SE), Ty,
1427 (SE->*GetExtendExpr)(PreStart, Ty, Depth));