Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2178 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp10085 const SCEV *ScalarEvolution::stripInjectiveFunctions(const SCEV *S) const { in stripInjectiveFunctions() function in ScalarEvolution
10087 return stripInjectiveFunctions(ZExt->getOperand()); in stripInjectiveFunctions()
10089 return stripInjectiveFunctions(SExt->getOperand()); in stripInjectiveFunctions()
10431 dyn_cast<SCEVAddRecExpr>(stripInjectiveFunctions(V)); in howFarToZero()