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

  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/llvm/lib/Analysis/
InstructionSimplify.cpp 805 if (match(Op1, m_FSub(m_AnyZero(), m_Specific(Op0))))
807 else if (match(Op0, m_FSub(m_AnyZero(), m_Specific(Op1))))
    [all...]
  /external/llvm/include/llvm/IR/
PatternMatch.h 154 /// m_AnyZero() - Match an arbitrary zero/null constant. This includes
157 inline match_combine_or<match_zero, match_neg_zero> m_AnyZero() {
    [all...]

Completed in 42 milliseconds