Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsNotEqual

124   bool IsNotEqual, CanAssign, IsRelational;
132 IsNotEqual = Op->getOpcode() == BO_NE;
151 IsNotEqual = Op->getOperator() == OO_ExclaimEqual;
164 << (unsigned)IsRelational << (unsigned)IsNotEqual << E->getSourceRange();
169 if (IsNotEqual)