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

  /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/Analysis/
ValueTracking.cpp 559 auto m_V = m_CombineOr(m_Specific(V),
560 m_CombineOr(m_PtrToInt(m_Specific(V)),
686 m_c_ICmp(Pred, m_CombineOr(m_LShr(m_V, m_ConstantInt(C)),
698 } else if (match(Arg, m_c_ICmp(Pred, m_Not(m_CombineOr(
    [all...]
InstructionSimplify.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 88 if (match(J, m_CombineOr(m_And(m_Instruction(I), m_APInt(M)),
    [all...]
Local.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineCasts.cpp 448 if (!match(TruncOp, m_CombineOr(m_BitCast(m_Value(VecInput)),
    [all...]
InstCombineAndOrXor.cpp     [all...]
InstCombineCompares.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]

Completed in 131 milliseconds