Lines Matching refs:opx
106441 u8 opx = op;
106462 if( op==TK_LE ) opx = TK_LT;
106463 if( op==TK_GE ) opx = TK_GT;
106464 if( op==TK_NE ) opx = TK_EQ;
106479 codeCompare(pParse, pL, pR, opx, r1, r2, addrDone, p5, isCommuted);
106488 if( (opx==TK_LT || opx==TK_GT) && i<nLeft-1 ){
106490 testcase(opx==TK_LT); VdbeCoverageIf(v,opx==TK_LT);
106491 testcase(opx==TK_GT); VdbeCoverageIf(v,opx==TK_GT);
106501 if( opx==TK_EQ ){
106506 if( i==nLeft-2 ) opx = op;