Searched refs:arith (Results 1 – 1 of 1) sorted by relevance
2108 int arith = OP_Add; /* OP_Add or OP_Subtract */ in windowCodeRangeTest() local2125 arith = OP_Subtract; in windowCodeRangeTest()2129 reg1, (arith==OP_Add ? "+" : "-"), regVal, in windowCodeRangeTest()2194 if( (op==OP_Ge && arith==OP_Add) || (op==OP_Le && arith==OP_Subtract) ){ in windowCodeRangeTest()2197 sqlite3VdbeAddOp3(v, arith, regVal, reg1, reg1); in windowCodeRangeTest()