Searched refs:CmpNegOne (Results 1 – 1 of 1) sorted by relevance
4745 bool CmpNegOne = N1C->getAPIntValue().isAllOnes(); in SimplifySetCC() local4746 if ((CmpZero || CmpNegOne) && N0.hasOneUse()) { in SimplifySetCC()