Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h2068 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9081 const SCEV *ScalarEvolution::stripInjectiveFunctions(const SCEV *S) const { in stripInjectiveFunctions() function in ScalarEvolution
9083 return stripInjectiveFunctions(ZExt->getOperand()); in stripInjectiveFunctions()
9085 return stripInjectiveFunctions(SExt->getOperand()); in stripInjectiveFunctions()
9423 dyn_cast<SCEVAddRecExpr>(stripInjectiveFunctions(V)); in howFarToZero()