Home | History | Annotate | Download | only in Analysis

Lines Matching refs:getAnyExtendExpr

1308 /// getAnyExtendExpr - Return a SCEV for the given operand extended with
1311 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op,
1328 return getAnyExtendExpr(NewOp, Ty);
1347 Ops.push_back(getAnyExtendExpr(*I, Ty));
1559 LargeOps.push_back(getAnyExtendExpr(C, SrcType));
1572 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));
2894 return getAnyExtendExpr(V, Ty);