OP_IfNot         64353 third_party/sqlite/amalgamation/sqlite3.c case OP_IfNot: {            /* jump, in1 */
OP_IfNot         64366 third_party/sqlite/amalgamation/sqlite3.c     if( pOp->opcode==OP_IfNot ) u.al.c = !u.al.c;
OP_IfNot         74146 third_party/sqlite/amalgamation/sqlite3.c       sqlite3VdbeAddOp3(v, OP_IfNot, r1, dest, jumpIfNull!=0);
OP_IfNot         75599 third_party/sqlite/amalgamation/sqlite3.c         sqlite3VdbeAddOp1(v, OP_IfNot, iMem+1);
OP_IfNot         75651 third_party/sqlite/amalgamation/sqlite3.c       jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, iMem);
OP_IfNot         75676 third_party/sqlite/amalgamation/sqlite3.c     jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, regSampleno);
OP_IfNot         91844 third_party/sqlite/amalgamation/sqlite3.c     j1 = sqlite3VdbeAddOp1(v, OP_IfNot, regPrev);
OP_IfNot          277 third_party/sqlite/src/src/analyze.c         sqlite3VdbeAddOp1(v, OP_IfNot, iMem+1);
OP_IfNot          329 third_party/sqlite/src/src/analyze.c       jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, iMem);
OP_IfNot          354 third_party/sqlite/src/src/analyze.c     jZeroRows = sqlite3VdbeAddOp1(v, OP_IfNot, regSampleno);
OP_IfNot         3409 third_party/sqlite/src/src/expr.c       sqlite3VdbeAddOp3(v, OP_IfNot, r1, dest, jumpIfNull!=0);
OP_IfNot         1922 third_party/sqlite/src/src/select.c     j1 = sqlite3VdbeAddOp1(v, OP_IfNot, regPrev);
OP_IfNot         2019 third_party/sqlite/src/src/vdbe.c case OP_IfNot: {            /* jump, in1 */
OP_IfNot         2030 third_party/sqlite/src/src/vdbe.c     if( pOp->opcode==OP_IfNot ) c = !c;