Home | History | Annotate | Download | only in dist

Lines Matching refs:OP_Ge

7873 #define OP_Ge                                  80   /* same as TK_GE       */
62147 case OP_Ge: { /* same as TK_GE, jump, in1, in3 */
68995 ** opcode (OP_Eq, OP_Ge etc.) used to compare pExpr1 and pExpr2.
71199 assert( TK_GE==OP_Ge );
71468 codeCompare(pParse, pLeft, pRight, OP_Ge,
72007 assert( TK_GE==OP_Ge );
72105 ** TK_LT OP_Ge
72120 assert( pExpr->op!=TK_LT || op==OP_Ge );
73149 j1 = sqlite3VdbeAddOp3(v, OP_Ge, r2, 0, r1);
98984 testOp = bRev ? OP_Le : OP_Ge;