| D | ScalarEvolution.cpp | 1416 SCEVSignExtendExpr>::GetExtendExpr = &ScalarEvolution::getSignExtendExpr; 1765 getSignExtendExpr(Step, WideTy, Depth + 1), in getZeroExtendExpr() 1776 getSignExtendExpr(Step, Ty, Depth + 1), L, in getZeroExtendExpr() 1824 getSignExtendExpr(Step, Ty, Depth + 1), L, in getZeroExtendExpr() 1951 ScalarEvolution::getSignExtendExpr(const SCEV *Op, Type *Ty, unsigned Depth) { in getSignExtendExpr() function in ScalarEvolution 1965 return getSignExtendExpr(SS->getOperand(), Ty, Depth + 1); in getSignExtendExpr() 2008 Ops.push_back(getSignExtendExpr(Op, Ty, Depth + 1)); in getSignExtendExpr() 2024 const SCEV *SSExtD = getSignExtendExpr(getConstant(D), Ty, Depth); in getSignExtendExpr() 2027 const SCEV *SSExtR = getSignExtendExpr(SResidual, Ty, Depth + 1); in getSignExtendExpr() 2055 getSignExtendExpr(Step, Ty, Depth + 1), L, SCEV::FlagNSW); in getSignExtendExpr() [all …]
|