Searched refs:FlipSigns (Results 1 – 2 of 2) sorted by relevance
8536 bool Swap = false, Invert = false, FlipSigns = false; in LowerVSETCC() local8555 case ISD::SETUGT: Opc = GTOpc; FlipSigns = true; break; in LowerVSETCC()8557 case ISD::SETULE: Opc = GTOpc; FlipSigns = true; Invert = true; break; in LowerVSETCC()8571 if (FlipSigns) { in LowerVSETCC()
18527 bool FlipSigns = ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC() local18535 (FlipSigns || ISD::isTrueWhenEqual(Cond)) && in LowerVSETCC()18588 if (FlipSigns) { in LowerVSETCC()18621 assert(Subtarget.hasSSE2() && !FlipSigns && "Don't know how to lower!"); in LowerVSETCC()18644 if (FlipSigns) { in LowerVSETCC()