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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp18527 bool FlipSigns = ISD::isUnsignedIntSetCC(Cond) && in LowerVSETCC() local
18535 (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()