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

  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 81 if (match(J, m_CombineOr(m_And(m_Instruction(I), m_APInt(M)),
  /external/llvm/lib/Analysis/
ValueTracking.cpp 518 return m_CombineOr(m_ICmp(Pred, L, R), m_ICmp(Pred, R, L));
525 return m_CombineOr(m_And(L, R), m_And(R, L));
532 return m_CombineOr(m_Or(L, R), m_Or(R, L));
539 return m_CombineOr(m_Xor(L, R), m_Xor(R, L));
767 auto m_V = m_CombineOr(m_Specific(V),
768 m_CombineOr(m_PtrToInt(m_Specific(V)),
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 117 inline match_combine_or<LTy, RTy> m_CombineOr(const LTy &L, const RTy &R) {
157 return m_CombineOr(m_Zero(), m_NegZero());
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 448 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)),
    [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 82 milliseconds