HomeSort by relevance Sort by last modified time
    Searched refs:m_Add (Results 1 - 25 of 38) sorted by null

1 2

  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 386 return (match(A, m_Add(m_Value(B), m_ConstantInt(C))) ||
387 match(A, m_Add(m_ConstantInt(C), m_Value(B))));
NaryReassociate.cpp 501 return match(V, m_Add(m_Value(Op1), m_Value(Op2)));
GuardWidening.cpp 531 if (match(Check.getBase(), m_Add(m_Value(OpLHS), m_ConstantInt(OpRHS)))) {
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 588 if (match(Op1, m_Add(m_Value(X), m_ConstantInt(C2))))
595 if (match(Op1, m_Add(m_Specific(Op0), m_Value(Y))) ||
596 match(Op1, m_Add(m_Value(Y), m_Specific(Op0))))
InstCombineMulDivRem.cpp 133 match(Op0, m_Add(m_Value(X), m_ConstantInt(C1)))) {
152 else if (match(Op0, m_Add(m_Value(Y), m_ConstantInt(C1))))
InstCombineCompares.cpp     [all...]
InstCombineAndOrXor.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp 987 if (match(RHS, m_Add(m_Value(X), m_One())))
990 if (match(LHS, m_Add(m_Value(X), m_One()))) {
    [all...]
InstCombineMulDivRem.cpp 257 else if (match(Op0, m_Add(m_Value(Y), m_ConstantInt(C1))))
283 if (match(Op0, m_OneUse(m_Add(m_Value(X), m_Constant(C1))))) {
    [all...]
  /external/llvm/lib/Analysis/
VectorUtils.cpp 272 if (match(V, m_Add(m_Value(Val), m_Constant(Con))))
LazyValueInfo.cpp     [all...]
InstructionSimplify.cpp 689 if (MaxRecurse && match(Op0, m_Add(m_Value(X), m_Value(Y)))) { // (X + Y) - Z
711 if (MaxRecurse && match(Op1, m_Add(m_Value(Y), m_Value(Z)))) { // X - (Y + Z)
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
AddrModeMatcher.cpp 102 match(ScaleReg, m_Add(m_Value(AddLHS), m_ConstantInt(CI)))) {
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 447 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
PatternMatch.h 447 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/IR/
PatternMatch.h 464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/IR/
PatternMatch.h 464 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 434 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/IR/
PatternMatch.h 502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/IR/
PatternMatch.h 502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/IR/
PatternMatch.h 502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/IR/
PatternMatch.h 502 inline BinaryOp_match<LHS, RHS, Instruction::Add> m_Add(const LHS &L,
    [all...]

Completed in 1548 milliseconds

1 2