Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp314 bool ShouldInvertCC = false; in softenSetCCOperands() local
353 ShouldInvertCC = true; in softenSetCCOperands()
362 ShouldInvertCC = true; in softenSetCCOperands()
374 ShouldInvertCC = true; in softenSetCCOperands()
412 if (ShouldInvertCC) { in softenSetCCOperands()
426 if (ShouldInvertCC) in softenSetCCOperands()
432 NewLHS = DAG.getNode(ShouldInvertCC ? ISD::AND : ISD::OR, dl, in softenSetCCOperands()