Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO_NE

4158     case BO_NE:
4483 if (op == BO_EQ || op == BO_NE) {
4484 IsTrue = op == BO_NE;