Home | History | Annotate | Download | only in Mips

Lines Matching refs:SETLT

955   case ISD::SETLT:
985 // (vselect (setcc $a, $b, SETLT), $b, $a)) -> (vsmax $a, $b)
987 // (vselect (setcc $a, $b, SETLT), $a, $b)) -> (vsmin $a, $b)
994 // will be expanded to equivalent SETLT/SETLE/SETULT/SETULE versions by the
1004 if (CondCode == ISD::SETLT || CondCode == ISD::SETLE)
1711 Op->getOperand(2), ISD::SETLT);
1717 lowerMSASplatImm(Op, 2, DAG), ISD::SETLT);