Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp764 #define VISITCOMP(CODE, UI, SI, FP) \ macro
768 VISITCOMP(LT, ICMP_ULT, ICMP_SLT, FCMP_OLT)
769 VISITCOMP(GT, ICMP_UGT, ICMP_SGT, FCMP_OGT)
770 VISITCOMP(LE, ICMP_ULE, ICMP_SLE, FCMP_OLE)
771 VISITCOMP(GE, ICMP_UGE, ICMP_SGE, FCMP_OGE)
772 VISITCOMP(EQ, ICMP_EQ , ICMP_EQ , FCMP_OEQ)
773 VISITCOMP(NE, ICMP_NE , ICMP_NE , FCMP_UNE)
774 #undef VISITCOMP