Searched refs:getOrCreateAddRecExpr (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 1863 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 2174 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2183 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2183 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2183 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2175 const SCEV *getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2815 ScalarEvolution::getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddRecExpr() function in ScalarEvolution 3489 return getOrCreateAddRecExpr(Operands, L, Flags); in getAddRecExpr()
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 3032 ScalarEvolution::getOrCreateAddRecExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddRecExpr() function in ScalarEvolution 3744 return getOrCreateAddRecExpr(Operands, L, Flags); in getAddRecExpr()
|