Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_OGT

3451     case FCMP_OGT: return FCMP_ULE;
3460 case FCMP_ULE: return FCMP_OGT;
3578 case FCMP_OGT: return FCMP_OLT;
3579 case FCMP_OLT: return FCMP_OGT;
3625 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT:
3651 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true;