Searched refs:m_PosZeroFP (Results 1 – 7 of 7) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineCompares.cpp | 6098 !match(I.getOperand(1), m_PosZeroFP())) in foldFabsWithFcmpZero() 6203 if (!match(Op0, m_PosZeroFP()) && isKnownNeverNaN(Op0, &TLI)) in visitFCmpInst() 6206 if (!match(Op1, m_PosZeroFP()) && isKnownNeverNaN(Op1, &TLI)) in visitFCmpInst() 6232 if (match(Op1, m_AnyZeroFP()) && !match(Op1, m_PosZeroFP())) in visitFCmpInst()
|
| H A D | InstCombineSelect.cpp | 2854 match(TrueVal, m_FSub(m_PosZeroFP(), m_Specific(FalseVal))) && in visitSelectInst() 2862 match(FalseVal, m_FSub(m_PosZeroFP(), m_Specific(TrueVal))) && in visitSelectInst()
|
| H A D | InstCombineAndOrXor.cpp | 1471 if (match(LHS1, m_PosZeroFP()) && match(RHS1, m_PosZeroFP())) in foldLogicOfFCmps()
|
| H A D | InstCombineCalls.cpp | 1424 (match(II->getArgOperand(2), m_PosZeroFP()) && in visitCallInst()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 4838 if (match(Op1, m_PosZeroFP()) && in SimplifyFAddInst() 4881 if (match(Op1, m_PosZeroFP())) in SimplifyFSubInst() 5039 if (match(Op0, m_PosZeroFP())) in SimplifyFRemInst()
|
| H A D | ValueTracking.cpp | 3411 if (match(Op, m_FAdd(m_Value(), m_PosZeroFP()))) in CannotBeNegativeZero()
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 705 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP() function
|