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

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1299 /// getAnyExtendExpr - Return a SCEV for the given operand extended with
1302 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, function in class:ScalarEvolution
1319 return getAnyExtendExpr(NewOp, Ty);
1338 Ops.push_back(getAnyExtendExpr(*I, Ty));
1550 LargeOps.push_back(getAnyExtendExpr(C, SrcType));
1563 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));
2847 return getAnyExtendExpr(V, Ty);

Completed in 274 milliseconds