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

/external/llvm/lib/Analysis/
H A DScalarEvolution.cpp1305 /// getAnyExtendExpr - Return a SCEV for the given operand extended with
1308 const SCEV *ScalarEvolution::getAnyExtendExpr(const SCEV *Op, function in class:ScalarEvolution
1325 return getAnyExtendExpr(NewOp, Ty);
1344 Ops.push_back(getAnyExtendExpr(*I, Ty));
1563 LargeOps.push_back(getAnyExtendExpr(C, SrcType));
1576 LargeMulOps.push_back(getAnyExtendExpr(C, SrcType));
2856 return getAnyExtendExpr(V, Ty);

Completed in 94 milliseconds