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()
15403 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false; in LowerVSETCC() local15417 FlipSigns = true; break; in LowerVSETCC()15420 FlipSigns = true; Invert = true; break; in LowerVSETCC()15436 if (MinMax) { Swap = false; Invert = false; FlipSigns = false; } in LowerVSETCC()15468 FlipSigns = false; in LowerVSETCC()15489 if (FlipSigns) { in LowerVSETCC()15522 assert(Subtarget.hasSSE2() && !FlipSigns && "Don't know how to lower!"); in LowerVSETCC()15545 if (FlipSigns) { in LowerVSETCC()