Searched defs:VISITCOMP (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp487 #define VISITCOMP(CODE, UI, SI, FP) \ macro
491 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
492 VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)
493 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
494 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
495 VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ)
496 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)
497 #undef VISITCOMP macro

Completed in 142 milliseconds