Lines Matching refs:SETULT
3310 case ISD::SETULT: { in get32BitZExtCompare()
3483 case ISD::SETULT: { in get32BitSExtCompare()
3639 case ISD::SETULT: { in get64BitZExtCompare()
3802 case ISD::SETULT: { in get64BitSExtCompare()
4057 case ISD::SETULT: in SelectCC()
4084 case ISD::SETULT: in SelectCC()
4145 case ISD::SETULT: return PPC::PRED_LT; in getPredicateForSetCC()
4177 case ISD::SETULT: return 0; in getCRIdxForSetCC()
4199 case ISD::SETUGT: CC = ISD::SETULT; Swap = true; break; in getVCmpInst()
4207 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
4243 case ISD::SETULT: CC = ISD::SETUGT; Swap = true; break; in getVCmpInst()
4575 if (InnerCC == ISD::SETULT || InnerCC == ISD::SETUGT) { in mayUseP9Setb()
4577 InnerCC = (InnerCC == ISD::SETULT) ? ISD::SETLT : ISD::SETGT; in mayUseP9Setb()
4603 case ISD::SETULT: in mayUseP9Setb()
6140 if (Op0.getOpcode() == ISD::XOR && CC == ISD::SETULT && in combineToCMPB()