Home | History | Annotate | Download | only in IR

Lines Matching refs:FCMP_OGT

3152     case FCMP_OGT: return FCMP_ULE;
3161 case FCMP_ULE: return FCMP_OGT;
3277 case FCMP_OGT: return FCMP_OLT;
3278 case FCMP_OLT: return FCMP_OGT;
3307 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT:
3333 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true;