Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DTargetLowering.cpp331 bool ShouldInvertCC = false; in softenSetCCOperands() local
370 ShouldInvertCC = true; in softenSetCCOperands()
379 ShouldInvertCC = true; in softenSetCCOperands()
391 ShouldInvertCC = true; in softenSetCCOperands()
435 if (ShouldInvertCC) { in softenSetCCOperands()
450 assert(CCCode == (ShouldInvertCC ? ISD::SETEQ : ISD::SETNE) && in softenSetCCOperands()
463 if (ShouldInvertCC) in softenSetCCOperands()
469 NewLHS = DAG.getNode(ShouldInvertCC ? ISD::AND : ISD::OR, dl, in softenSetCCOperands()