Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:FCMP_OGT

66   case FCmpInst::FCMP_OGT: isOrdered = true; return 1;  // 001
107 case 1: Pred = isordered ? FCmpInst::FCMP_OGT : FCmpInst::FCMP_UGT; break;