Lines Matching defs:GetExtendExpr
1275 // static const ExtendOpTraitsBase::GetExtendExprTy GetExtendExpr;
1286 static const GetExtendExprTy GetExtendExpr;
1296 SCEVSignExtendExpr>::GetExtendExpr = &ScalarEvolution::getSignExtendExpr;
1302 static const GetExtendExprTy GetExtendExpr;
1312 SCEVZeroExtendExpr>::GetExtendExpr = &ScalarEvolution::getZeroExtendExpr;
1327 auto GetExtendExpr = ExtendOpTraits<ExtendOpTy>::GetExtendExpr;
1375 SE->getAddExpr((SE->*GetExtendExpr)(PreStart, WideTy, Depth),
1376 (SE->*GetExtendExpr)(Step, WideTy, Depth));
1377 if ((SE->*GetExtendExpr)(Start, WideTy, Depth) == OperandExtendedStart) {
1404 auto GetExtendExpr = ExtendOpTraits<ExtendOpTy>::GetExtendExpr;
1408 return (SE->*GetExtendExpr)(AR->getStart(), Ty, Depth);
1410 return SE->getAddExpr((SE->*GetExtendExpr)(AR->getStepRecurrence(*SE), Ty,
1412 (SE->*GetExtendExpr)(PreStart, Ty, Depth));