Home
last modified time | relevance | path

Searched refs:getSignExtendExprImpl (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h573 const SCEV *getSignExtendExprImpl(const SCEV *Op, Type *Ty,
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp1947 const SCEV *S = getSignExtendExprImpl(Op, Ty, Depth); in getSignExtendExpr()
1953 const SCEV *ScalarEvolution::getSignExtendExprImpl(const SCEV *Op, Type *Ty, in getSignExtendExprImpl() function in ScalarEvolution