HomeSort by relevance Sort by last modified time
    Searched refs:m_Or (Results 1 - 11 of 11) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp     [all...]
InstCombineAddSub.cpp 1018 if (match(Y, m_Or(m_Value(Z), m_APInt(C2))) && (*C2 == ~(*C1))) {
    [all...]
InstCombineSelect.cpp 318 bool OrOnFalseVal = match(FalseVal, m_Or(m_Specific(TrueVal), m_Power2(C2)));
320 OrOnTrueVal = match(TrueVal, m_Or(m_Specific(FalseVal), m_Power2(C2)));
    [all...]
InstCombineCalls.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/Transforms/Scalar/
StraightLineStrengthReduce.cpp 421 return (match(A, m_Or(m_Value(B), m_ConstantInt(C))) ||
422 match(A, m_Or(m_ConstantInt(C), m_Value(B))));
GVN.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp     [all...]
ValueTracking.cpp 532 return m_CombineOr(m_Or(L, R), m_Or(R, L));
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 19 // if (match(Exp, m_Or(m_And(m_Value(X), m_ConstantInt(C1)),
512 inline BinaryOp_match<LHS, RHS, Instruction::Or> m_Or(const LHS &L,
    [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 121 milliseconds