Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2085 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9794 const SCEV *ScalarEvolution::stripInjectiveFunctions(const SCEV *S) const { in stripInjectiveFunctions() function in ScalarEvolution
9796 return stripInjectiveFunctions(ZExt->getOperand()); in stripInjectiveFunctions()
9798 return stripInjectiveFunctions(SExt->getOperand()); in stripInjectiveFunctions()
10136 dyn_cast<SCEVAddRecExpr>(stripInjectiveFunctions(V)); in howFarToZero()