Home | History | Annotate | Download | only in VMCore

Lines Matching refs:FCMP_OGT

2907     case FCMP_OGT: return FCMP_ULE;
2916 case FCMP_ULE: return FCMP_OGT;
3032 case FCMP_OGT: return FCMP_OLT;
3033 case FCMP_OLT: return FCMP_OGT;
3062 case FCmpInst::FCMP_OEQ: case FCmpInst::FCMP_ONE: case FCmpInst::FCMP_OGT:
3088 case FCMP_FALSE: case FCMP_ONE: case FCMP_OGT: case FCMP_OLT: return true;