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}))
 4558     return Op0;
 4562       (FMF.noSignedZeros() || CannotBeNegativeZero(Op0, Q.TLI)))
 4563     return Op0;
 4568   if (match(Op0, m_NegZeroFP()) &&
 4574   if (FMF.noSignedZeros() && match(Op0, m_AnyZeroFP()) &&
 4580   if (FMF.noNaNs() && Op0 == Op1)
 4581     return Constant::getNullValue(Op0->getType());
 4586       (match(Op1, m_FSub(m_Specific(Op0), m_Value(X))) ||
 4587        match(Op0, m_c_FAdd(m_Specific(Op1), m_Value(X)))))