reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Analysis/InstructionSimplify.cpp
 4550   if (Constant *C = foldOrCommuteConstant(Instruction::FSub, Op0, Op1, Q))
 4553   if (Constant *C = simplifyFPOp({Op0, Op1}))
 4557   if (match(Op1, m_PosZeroFP()))
 4561   if (match(Op1, m_NegZeroFP()) &&
 4569       match(Op1, m_FNeg(m_Value(X))))
 4575       (match(Op1, m_FSub(m_AnyZeroFP(), m_Value(X))) ||
 4576        match(Op1, m_FNeg(m_Value(X)))))
 4580   if (FMF.noNaNs() && Op0 == Op1)
 4586       (match(Op1, m_FSub(m_Specific(Op0), m_Value(X))) ||
 4587        match(Op0, m_c_FAdd(m_Specific(Op1), m_Value(X)))))