Lines Matching refs:SETULT
3021 case ISD::SETULT: { in get32BitZExtCompare()
3194 case ISD::SETULT: { in get32BitSExtCompare()
3350 case ISD::SETULT: { in get64BitZExtCompare()
3513 case ISD::SETULT: { in get64BitSExtCompare()
3768 case ISD::SETULT: in SelectCC()
3795 case ISD::SETULT: in SelectCC()
3856 case ISD::SETULT: return PPC::PRED_LT; in getPredicateForSetCC()
3888 case ISD::SETULT: return 0; in getCRIdxForSetCC()
3910 case ISD::SETUGT: CC = ISD::SETULT; Swap = true; break; in getVCmpInst()
3918 case ISD::SETULT: CC = ISD::SETOGE; Negate = true; break; in getVCmpInst()
3954 case ISD::SETULT: CC = ISD::SETUGT; Swap = true; break; in getVCmpInst()
4285 if (InnerCC == ISD::SETULT || InnerCC == ISD::SETUGT) { in mayUseP9Setb()
4287 InnerCC = (InnerCC == ISD::SETULT) ? ISD::SETLT : ISD::SETGT; in mayUseP9Setb()
4313 case ISD::SETULT: in mayUseP9Setb()
5529 if (Op0.getOpcode() == ISD::XOR && CC == ISD::SETULT && in combineToCMPB()