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

References

lib/Target/SystemZ/SystemZTDC.cpp
  143     if ((Pred & CmpInst::FCMP_OGE) != CmpInst::FCMP_OGE &&
  144         (Pred & CmpInst::FCMP_OGE) != 0)
  149     if ((Pred & CmpInst::FCMP_OLE) != CmpInst::FCMP_OLE &&
  150         (Pred & CmpInst::FCMP_OLE) != 0)
  204   if (Pred & CmpInst::FCMP_OEQ)
  206   if (Pred & CmpInst::FCMP_OGT)
  208   if (Pred & CmpInst::FCMP_OLT)
  210   if (Pred & CmpInst::FCMP_UNO)