Home | History | Annotate | Download | only in Sema

Lines Matching refs:IsNotEqual

129   bool IsNotEqual, CanAssign, IsRelational;
137 IsNotEqual = Op->getOpcode() == BO_NE;
156 IsNotEqual = Op->getOperator() == OO_ExclaimEqual;
169 << (unsigned)IsRelational << (unsigned)IsNotEqual << E->getSourceRange();
174 if (IsNotEqual)