Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2186 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp10040 const SCEV *ScalarEvolution::stripInjectiveFunctions(const SCEV *S) const { in stripInjectiveFunctions() function in ScalarEvolution
10042 return stripInjectiveFunctions(ZExt->getOperand()); in stripInjectiveFunctions()
10044 return stripInjectiveFunctions(SExt->getOperand()); in stripInjectiveFunctions()
10387 dyn_cast<SCEVAddRecExpr>(stripInjectiveFunctions(V)); in howFarToZero()