Lines Matching refs:OP_Compare
7882 #define OP_Compare 24
60576 int iCompare = 0; /* Result of last OP_Compare operation */
60577 int *aPermute = 0; /* Permutation of columns for OP_Compare */
62230 ** Set the permutation used by the OP_Compare operator to be the array
62233 ** The permutation is only valid until the next OP_Permutation, OP_Compare,
62235 ** immediately prior to the OP_Compare.
62258 case OP_Compare: {
62309 ** in the most recent OP_Compare instruction the P1 vector was less than
89766 j2 = sqlite3VdbeAddOp4(v, OP_Compare, pIn->iMem, regPrev+1, pIn->nMem,
90280 sqlite3VdbeAddOp4(v, OP_Compare, destA.iMem, destB.iMem, nOrderBy,
91938 sqlite3VdbeAddOp4(v, OP_Compare, iAMem, iBMem, pGroupBy->nExpr,