Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1867 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/
H A DScalarEvolution.h2178 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/
DScalarEvolution.h2187 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/
DScalarEvolution.h2187 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/
DScalarEvolution.h2187 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/
DScalarEvolution.h2179 const SCEV *stripInjectiveFunctions(const SCEV *Val) const;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
H A DScalarEvolution.cpp8439 const SCEV *ScalarEvolution::stripInjectiveFunctions(const SCEV *S) const { in stripInjectiveFunctions() function in ScalarEvolution
8441 return stripInjectiveFunctions(ZExt->getOperand()); in stripInjectiveFunctions()
8443 return stripInjectiveFunctions(SExt->getOperand()); in stripInjectiveFunctions()
8781 dyn_cast<SCEVAddRecExpr>(stripInjectiveFunctions(V)); in howFarToZero()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/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()