Searched defs:AddExpr (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/eigen/Eigen/src/Core/util/ |
H A D | SymbolicIndex.h | 45 template<typename Arg1,typename Arg2> class AddExpr; variable 254 AddExpr(const Arg0& arg0, const Arg1& arg1) : m_arg0(arg0), m_arg1(arg1) {} in AddExpr() function
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/ARM/ |
H A D | MVETailPredication.cpp | 321 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask() local
|
/aosp_15_r20/external/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1129 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1658 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/IR/ |
H A D | PatternMatch.h | 1968 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/IR/ |
D | PatternMatch.h | 2072 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/IR/ |
D | PatternMatch.h | 2179 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/IR/ |
D | PatternMatch.h | 2179 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/IR/ |
D | PatternMatch.h | 2327 auto AddExpr = m_Add(m_Value(AddLHS), m_Value(AddRHS)); in match() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 6068 } else if (const SCEVAddExpr *AddExpr = dyn_cast<SCEVAddExpr>(S)) { in pushSCEV() local
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Analysis/ |
H A D | ScalarEvolution.cpp | 2691 auto *AddExpr = dyn_cast<SCEVAddExpr>(B); in getAddExpr() local 14987 auto *AddExpr = dyn_cast<SCEVAddExpr>(LHS); in applyLoopGuards() local
|