Home | History | Annotate | Download | only in ARM

Lines Matching refs:SETULT

1095   case ISD::SETULT: return ARMCC::LO;
1121 case ISD::SETULT: CondCode = ARMCC::LT; break;
2753 case ISD::SETULT:
2756 CC = (CC == ISD::SETULT) ? ISD::SETULE : ISD::SETUGT;
2770 CC = (CC == ISD::SETULE) ? ISD::SETULT : ISD::SETUGE;
3586 case ISD::SETULT: Invert = true; Opc = ARMISD::VCGE; break;
3616 case ISD::SETULT: Swap = true;
8295 case ISD::SETULT:
8300 IsUnordered = (CC == ISD::SETULT || CC == ISD::SETULE);