Home | History | Annotate | Download | only in complete

Lines Matching refs:isBinaryOp

256   bool isBinaryOp() const { return isOperator && Args.size() == 2; }
259 assert(isUnaryOp() || isBinaryOp());
1546 if (Proto->isBinaryOp())
1573 if (Proto->isBinaryOp())