Searched defs:binOp (Results 1 – 3 of 3) sorted by relevance
70 TIntermBinary* binOp = cond->getAsBinaryNode(); in FillLoopIndexInfo() local169 TIntermBinary* binOp = unOp ? NULL : expr->getAsBinaryNode(); in getLoopIncrement() local
301 TIntermBinary* binOp = cond->getAsBinaryNode(); in validateForLoopCond() local362 TIntermBinary* binOp = unOp ? NULL : expr->getAsBinaryNode(); in validateForLoopExpr() local
933 static final int[] binOp = { field in CodeGen