Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_ULT

3154     case FCMP_OGE: return FCMP_ULT;
3159 case FCMP_ULT: return FCMP_OGE;
3281 case FCMP_UGT: return FCMP_ULT;
3282 case FCMP_ULT: return FCMP_UGT;
3317 case FCmpInst::FCMP_ULT: case FCmpInst::FCMP_UGE: case FCmpInst::FCMP_ULE: