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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp806 #define VISITCOMP(CODE, UI, SI, FP, SIG) \ macro
810 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT, true)
811 VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT, true)
812 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE, true)
813 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE, true)
814 VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ, false)
815 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE, false)
816 #undef VISITCOMP macro

Completed in 100 milliseconds