Searched defs:getAnyExtendExpr (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1773 /// getAnyExtendExpr - Return a SCEV for the given operand extended with
1776 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, function in class:ScalarEvolution
1793 return getAnyExtendExpr(NewOp, Ty);
1811 Ops.push_back(getAnyExtendExpr(Op, Ty));
2040 LargeOps.push_back(getAnyExtendExpr(C, SrcType));
2053 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));
3390 return getAnyExtendExpr(V, Ty);

Completed in 52 milliseconds