HomeSort by: relevance | last modified time | path
    Searched refs:m_FCmp (Results 1 - 5 of 5) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 2853 if (match(CondVal, m_FCmp(Pred, m_Specific(FalseVal), m_AnyZeroFP())) &&
2861 if (match(CondVal, m_FCmp(Pred, m_Specific(TrueVal), m_AnyZeroFP())) &&
2872 if (match(CondVal, m_FCmp(Pred, m_Specific(FalseVal), m_AnyZeroFP())) &&
2884 if (match(CondVal, m_FCmp(Pred, m_Specific(TrueVal), m_AnyZeroFP())) &&
InstCombineAndOrXor.cpp 1495 if (match(Op1, m_FCmp(Pred, m_Value(), m_AnyZeroFP())))
1502 if (!match(Op0, m_FCmp(Pred, m_Value(X), m_AnyZeroFP())) || Pred != NanPred ||
1508 if (!match(BO10, m_FCmp(Pred, m_Value(Y), m_AnyZeroFP())) ||
1512 if (!match(BO10, m_FCmp(Pred, m_Value(Y), m_AnyZeroFP())) ||
InstructionCombining.cpp 2926 if (match(&BI, m_Br(m_OneUse(m_FCmp(Pred, m_Value(), m_Value())),
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 4113 if (!match(Cond, m_FCmp(Pred, m_Specific(T), m_Specific(F))) &&
4114 !match(Cond, m_FCmp(Pred, m_Specific(F), m_Specific(T))))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 1410 m_FCmp(FCmpInst::Predicate &Pred, const LHS &L, const RHS &R) {

Completed in 76 milliseconds