Searched defs:op_ne (Results 1 – 2 of 2) sorted by relevance
29 op_eq, op_ne, op_iadd, op_isub, op_imul, op_idiv, op_imod, op_ilshift, enumerator
364 int op_ne(int a, int b) { return a != b; } in op_ne() function