Home | History | Annotate | Download | only in Mips

Lines Matching refs:SETULT

959   case ISD::SETULT:
989 // (vselect (setcc $a, $b, SETULT), $b, $a)) -> (vumax $a, $b)
991 // (vselect (setcc $a, $b, SETULT), $a, $b)) -> (vumin $a, $b)
994 // will be expanded to equivalent SETLT/SETLE/SETULT/SETULE versions by the
1006 else if (CondCode == ISD::SETULT || CondCode == ISD::SETULE)
1723 Op->getOperand(2), ISD::SETULT);
1729 lowerMSASplatImm(Op, 2, DAG), ISD::SETULT);
1811 Op->getOperand(2), ISD::SETULT);