Home | History | Annotate | Download | only in cached

Lines Matching refs:isBinaryOp

232   bool isBinaryOp() const { return isOperator && Args.size() == 2; }
235 assert(isUnaryOp() || isBinaryOp());
1365 if (Proto->isBinaryOp())
1388 if (Proto->isBinaryOp())