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

  /src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
AMDGPUInstCombineIntrinsic.cpp 858 if (match(Op0, PatternMatch::m_AnyZeroFP()) ||
859 match(Op1, PatternMatch::m_AnyZeroFP()))
879 if (match(Op0, PatternMatch::m_AnyZeroFP()) ||
880 match(Op1, PatternMatch::m_AnyZeroFP())) {
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
InstCombineSelect.cpp 92 if (!match(IdC, m_AnyZeroFP()) || !match(C, m_AnyZeroFP()))
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())) ||
InstCombineCompares.cpp 6071 if (!match(RHSC, m_AnyZeroFP()))
6232 if (match(Op1, m_AnyZeroFP()) && !match(Op1, m_PosZeroFP()))
6313 match(Op1, m_AnyZeroFP()) && !C->isZero() && !C->isNaN()) {
  /src/external/apache2/llvm/dist/llvm/lib/Analysis/
InstructionSimplify.cpp 3809 if (match(RHS, m_AnyZeroFP())) {
4850 if (match(Op0, m_FSub(m_AnyZeroFP(), m_Specific(Op1))) ||
4851 match(Op1, m_FSub(m_AnyZeroFP(), m_Specific(Op0))))
4898 if (FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()) &&
4899 (match(Op1, m_FSub(m_AnyZeroFP(), m_Value(X))) ||
4931 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op1, m_AnyZeroFP()))
4935 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()))
4996 if (FMF.noNaNs() && FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()))
ValueTracking.cpp 5828 if (match(TrueVal, m_AnyZeroFP()) && !match(FalseVal, m_AnyZeroFP()) &&
5831 else if (match(FalseVal, m_AnyZeroFP()) && !match(TrueVal, m_AnyZeroFP()) &&
5836 if (match(CmpLHS, m_AnyZeroFP()))
5838 if (match(CmpRHS, m_AnyZeroFP()))
  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
PatternMatch.h 696 inline cstfp_pred_ty<is_any_zero_fp> m_AnyZeroFP() {
1071 return m_FSub(m_AnyZeroFP(), X);
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
SimplifyLibCalls.cpp 1699 if (match(Expo, m_AnyZeroFP()))

Completed in 95 milliseconds