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

References

tools/clang/lib/CodeGen/CGExprScalar.cpp
  803   VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
  804   VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)
  805   VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
  806   VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
  807   VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ)
  808   VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)