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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5966   if (Value *V = SimplifyFCmpInst(Pred, Op0, Op1, I.getFastMathFlags(),
 5972   assert(OpType == Op1->getType() && "fcmp with different-typed operands?");
 5973   if (Op0 == Op1) {
 6003     if (!match(Op1, m_PosZeroFP()) && isKnownNeverNaN(Op1, &TLI)) {
 6003     if (!match(Op1, m_PosZeroFP()) && isKnownNeverNaN(Op1, &TLI)) {
 6011   if (match(Op0, m_FNeg(m_Value(X))) && match(Op1, m_FNeg(m_Value(Y))))
 6031   if (match(Op1, m_AnyZeroFP()) && !match(Op1, m_PosZeroFP())) {
 6031   if (match(Op1, m_AnyZeroFP()) && !match(Op1, m_PosZeroFP())) {
 6039   if (match(Op0, m_Instruction(LHSI)) && match(Op1, m_Constant(RHSC))) {
 6075     if (match(Op1, m_Constant(C))) {
 6083     if (match(Op1, m_FPExt(m_Value(Y))) && X->getType() == Y->getType())
 6088     if (match(Op1, m_APFloat(C))) {