Home | History | Annotate | Download | only in ARM

Lines Matching refs:SETULT

1190   case ISD::SETULT: return ARMCC::LO;
1216 case ISD::SETULT: CondCode = ARMCC::LT; break;
3054 case ISD::SETULT:
3057 CC = (CC == ISD::SETULT) ? ISD::SETULE : ISD::SETUGT;
3071 CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
4036 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
4066 case ISD::SETULT: Swap = true;
9725 case ISD::SETULT:
9730 IsUnordered = (CC == ISD::SETULT || CC == ISD::SETULE);