Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_UGT

3454     case FCMP_OLE: return FCMP_UGT;
3457 case FCMP_UGT: return FCMP_OLE;
3582 case FCMP_UGT: return FCMP_ULT;
3583 case FCMP_ULT: return FCMP_UGT;
3634 case FCmpInst::FCMP_UEQ: case FCmpInst::FCMP_UNE: case FCmpInst::FCMP_UGT: