Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp318 bool ShouldInvertCC = false; in softenSetCCOperands() local
357 ShouldInvertCC = true; in softenSetCCOperands()
366 ShouldInvertCC = true; in softenSetCCOperands()
378 ShouldInvertCC = true; in softenSetCCOperands()
416 if (ShouldInvertCC) { in softenSetCCOperands()
430 if (ShouldInvertCC) in softenSetCCOperands()
436 NewLHS = DAG.getNode(ShouldInvertCC ? ISD::AND : ISD::OR, dl, in softenSetCCOperands()