Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1841 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp8297 const SCEV *ScalarEvolution::stripInjectiveFunctions(const SCEV *S) const { in stripInjectiveFunctions() function in ScalarEvolution
8299 return stripInjectiveFunctions(ZExt->getOperand()); in stripInjectiveFunctions()
8301 return stripInjectiveFunctions(SExt->getOperand()); in stripInjectiveFunctions()
8639 dyn_cast<SCEVAddRecExpr>(stripInjectiveFunctions(V)); in howFarToZero()