Home
last modified time | relevance | path

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

/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp15404 bool Subus = false; in LowerVSETCC() local
15457 Subus = true; Invert = false; Swap = false; in LowerVSETCC()
15462 case ISD::SETUGE: Subus = true; Invert = false; Swap = true; break; in LowerVSETCC()
15463 case ISD::SETULE: Subus = true; Invert = false; Swap = false; break; in LowerVSETCC()
15466 if (Subus) { in LowerVSETCC()
15562 if (Subus) in LowerVSETCC()