Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h578 const SCEV *getSignExtendExprImpl(const SCEV *Op, Type *Ty,
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1899 const SCEV *S = getSignExtendExprImpl(Op, Ty, Depth); in getSignExtendExpr()
1905 const SCEV *ScalarEvolution::getSignExtendExprImpl(const SCEV *Op, Type *Ty, in getSignExtendExprImpl() function in ScalarEvolution