Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_UGT

3155     case FCMP_OLE: return FCMP_UGT;
3158 case FCMP_UGT: return FCMP_OLE;
3281 case FCMP_UGT: return FCMP_ULT;
3282 case FCMP_ULT: return FCMP_UGT;
3316 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: