Searched refs:m_PosZeroFP (Results 1 – 7 of 7) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSelect.cpp | 2715 if (match(TrueVal, m_FSub(m_PosZeroFP(), m_Specific(X)))) { in foldSelectWithFCmpToFabs() 3351 if (match(Cmp1, m_PosZeroFP()) && in matchFMulByZeroIfResultEqZero()
|
| H A D | InstCombineCompares.cpp | 7681 if (!match(Op0, m_PosZeroFP()) && isKnownNeverNaN(Op0, DL, &TLI, 0, in visitFCmpInst() 7685 if (!match(Op1, m_PosZeroFP()) && in visitFCmpInst() 7715 if (match(Op1, m_AnyZeroFP()) && !match(Op1, m_PosZeroFP())) in visitFCmpInst() 7720 if (match(Op1, m_PosZeroFP()) && in visitFCmpInst()
|
| H A D | InstCombineMulDivRem.cpp | 778 if (I.hasNoNaNs() && match(Op1, m_PosZeroFP())) { in visitFMul()
|
| H A D | InstCombineAndOrXor.cpp | 1385 if (match(LHS1, m_PosZeroFP()) && match(RHS1, m_PosZeroFP())) in foldLogicOfFCmps()
|
| H A D | InstCombineCalls.cpp | 2410 (match(II->getArgOperand(2), m_PosZeroFP()) && in visitCallInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | InstructionSimplify.cpp | 5638 if (match(Op1, m_PosZeroFP()) && in simplifyFAddInst() 5695 if (match(Op1, m_PosZeroFP())) in simplifyFSubInst() 5913 if (match(Op0, m_PosZeroFP())) in simplifyFRemInst()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | PatternMatch.h | 681 inline cstfp_pred_ty<is_pos_zero_fp> m_PosZeroFP() { in m_PosZeroFP() function
|