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

References

lib/Transforms/InstCombine/InstCombineCompares.cpp
 5870   if (!LHSI->hasNoInfs() || !I.hasNoInfs())
 5876   if (!match(LHSI->getOperand(0), m_APFloat(C)))
 5886   return new FCmpInst(Pred, LHSI->getOperand(1), RHSC, "", &I);