Searched refs:RTLIBCASE_CMP (Results 1 – 1 of 1) sorted by relevance
1074 #define RTLIBCASE_CMP(LibcallPrefix, ICmpPred) \ in getFCMPLibcallDesc() macro1090 RTLIBCASE_CMP(OEQ_F, CmpInst::ICMP_EQ); in getFCMPLibcallDesc()1092 RTLIBCASE_CMP(UNE_F, CmpInst::ICMP_NE); in getFCMPLibcallDesc()1094 RTLIBCASE_CMP(OGE_F, CmpInst::ICMP_SGE); in getFCMPLibcallDesc()1096 RTLIBCASE_CMP(OLT_F, CmpInst::ICMP_SLT); in getFCMPLibcallDesc()1098 RTLIBCASE_CMP(OLE_F, CmpInst::ICMP_SLE); in getFCMPLibcallDesc()1100 RTLIBCASE_CMP(OGT_F, CmpInst::ICMP_SGT); in getFCMPLibcallDesc()1102 RTLIBCASE_CMP(UO_F, CmpInst::ICMP_NE); in getFCMPLibcallDesc()