Home
last modified time | relevance | path

Searched refs:FlipSigns (Results 1 – 2 of 2) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Target/X86/
DX86ISelLowering.cpp8536 bool Swap = false, Invert = false, FlipSigns = false; in LowerVSETCC() local
8555 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()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15403 bool Swap = false, Invert = false, FlipSigns = false, MinMax = false; in LowerVSETCC() local
15417 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()