Searched refs:TrueWhenTrue (Results 1 – 3 of 3) sorted by relevance
2156 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (N1C->getAPIntValue() != 1); in SimplifySetCC() local2157 if (TrueWhenTrue) in SimplifySetCC()
1656 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (N1C->getAPIntValue() != 1); in SimplifySetCC() local1657 if (TrueWhenTrue) in SimplifySetCC()
2253 bool TrueWhenTrue = (Cond == ISD::SETEQ) ^ (!N1C->isOne()); in SimplifySetCC() local2254 if (TrueWhenTrue) in SimplifySetCC()