Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp317 bool ShouldInvertCC = false; in softenSetCCOperands() local
356 ShouldInvertCC = true; in softenSetCCOperands()
365 ShouldInvertCC = true; in softenSetCCOperands()
377 ShouldInvertCC = true; in softenSetCCOperands()
415 if (ShouldInvertCC) { in softenSetCCOperands()
429 if (ShouldInvertCC) in softenSetCCOperands()
435 NewLHS = DAG.getNode(ShouldInvertCC ? ISD::AND : ISD::OR, dl, in softenSetCCOperands()