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

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineCompares.cpp 6098 !match(I.getOperand(1), m_PosZeroFP()))
6203 if (!match(Op0, m_PosZeroFP()) && isKnownNeverNaN(Op0, &TLI))
6206 if (!match(Op1, m_PosZeroFP()) && isKnownNeverNaN(Op1, &TLI))
6232 if (match(Op1, m_AnyZeroFP()) && !match(Op1, m_PosZeroFP()))
InstCombineSelect.cpp 2854 match(TrueVal, m_FSub(m_PosZeroFP(), m_Specific(FalseVal))) &&
2862 match(FalseVal, m_FSub(m_PosZeroFP(), m_Specific(TrueVal))) &&
InstCombineAndOrXor.cpp 1471 if (match(LHS1, m_PosZeroFP()) && match(RHS1, m_PosZeroFP()))
InstCombineCalls.cpp 1424 (match(II->getArgOperand(2), m_PosZeroFP()) &&
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 4838 if (match(Op1, m_PosZeroFP()) &&
4881 if (match(Op1, m_PosZeroFP()))
5039 if (match(Op0, m_PosZeroFP()))
ValueTracking.cpp 3411 if (match(Op, m_FAdd(m_Value(), m_PosZeroFP())))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 705 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() {

Completed in 64 milliseconds