Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp315 bool ShouldInvertCC = false; in softenSetCCOperands() local
354 ShouldInvertCC = true; in softenSetCCOperands()
363 ShouldInvertCC = true; in softenSetCCOperands()
375 ShouldInvertCC = true; in softenSetCCOperands()
413 if (ShouldInvertCC) { in softenSetCCOperands()
427 if (ShouldInvertCC) in softenSetCCOperands()
433 NewLHS = DAG.getNode(ShouldInvertCC ? ISD::AND : ISD::OR, dl, in softenSetCCOperands()