Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp316 bool ShouldInvertCC = false; in softenSetCCOperands() local
355 ShouldInvertCC = true; in softenSetCCOperands()
364 ShouldInvertCC = true; in softenSetCCOperands()
376 ShouldInvertCC = true; in softenSetCCOperands()
414 if (ShouldInvertCC) { in softenSetCCOperands()
428 if (ShouldInvertCC) in softenSetCCOperands()
434 NewLHS = DAG.getNode(ShouldInvertCC ? ISD::AND : ISD::OR, dl, in softenSetCCOperands()