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

/external/clang/lib/CodeGen/
H A DCGExprScalar.cpp480 #define VISITCOMP(CODE, UI, SI, FP) \ macro
484 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
485 VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)
486 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
487 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
488 VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ)
489 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)
490 #undef VISITCOMP macro

Completed in 73 milliseconds