Home
last modified time | relevance | path

Searched defs:AddExpr (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/eigen/Eigen/src/Core/util/
H A DSymbolicIndex.h45 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 DMVETailPredication.cpp321 auto *AddExpr = dyn_cast<SCEVAddRecExpr>(IVExpr); in IsSafeActiveMask() local
/aosp_15_r20/external/llvm/include/llvm/IR/
H A DPatternMatch.h1129 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 DPatternMatch.h1658 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 DPatternMatch.h1968 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/
DPatternMatch.h2072 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/
DPatternMatch.h2179 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/
DPatternMatch.h2179 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/
DPatternMatch.h2327 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 DLoopStrengthReduce.cpp6068 } 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 DScalarEvolution.cpp2691 auto *AddExpr = dyn_cast<SCEVAddExpr>(B); in getAddExpr() local
14987 auto *AddExpr = dyn_cast<SCEVAddExpr>(LHS); in applyLoopGuards() local