Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h574 const SCEV *getZeroExtendExprImpl(const SCEV *Op, Type *Ty,
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp1562 const SCEV *S = getZeroExtendExprImpl(Op, Ty, Depth); in getZeroExtendExpr()
1568 const SCEV *ScalarEvolution::getZeroExtendExprImpl(const SCEV *Op, Type *Ty, in getZeroExtendExprImpl() function in ScalarEvolution