Searched refs:ShouldInvertCC (Results 1 – 1 of 1) sorted by relevance
331 bool ShouldInvertCC = false; in softenSetCCOperands() local370 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()