Home | History | Annotate | Download | only in SelectionDAG

Lines Matching refs:sge

1963       case ISD::SETGE:  return getConstant(C1.sge(C2), dl, VT);
3202 case ISD::SMAX: return std::make_pair(C1.sge(C2) ? C1 : C2, true);