Home
last modified time | relevance | path

Searched refs:m_NegZeroFP (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DPatternMatch.h451 inline cstfp_pred_ty<is_neg_zero_fp> m_NegZeroFP() { in m_NegZeroFP() function
666 return m_FSub(m_NegZeroFP(), X); in m_FNeg()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DInstructionSimplify.cpp4343 if (match(Op1, m_NegZeroFP())) in SimplifyFAddInst()
4380 if (match(Op1, m_NegZeroFP()) && in SimplifyFSubInst()
4386 if (match(Op0, m_NegZeroFP()) && in SimplifyFSubInst()
4387 match(Op1, m_FSub(m_NegZeroFP(), m_Value(X)))) in SimplifyFSubInst()
4510 if (match(Op0, m_NegZeroFP())) in SimplifyFRemInst()