Searched refs:getOrCreateAddExpr (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 | 1855 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Analysis/ |
H A D | ScalarEvolution.h | 2166 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2175 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2175 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2175 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Analysis/ |
D | ScalarEvolution.h | 2167 const SCEV *getOrCreateAddExpr(ArrayRef<const SCEV *> Ops,
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2456 return getOrCreateAddExpr(Ops, Flags); in getAddExpr() 2789 return getOrCreateAddExpr(Ops, Flags); in getAddExpr() 2793 ScalarEvolution::getOrCreateAddExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddExpr() function in ScalarEvolution
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2586 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr() 3006 return getOrCreateAddExpr(Ops, ComputeFlags(Ops)); in getAddExpr() 3010 ScalarEvolution::getOrCreateAddExpr(ArrayRef<const SCEV *> Ops, in getOrCreateAddExpr() function in ScalarEvolution
|