Home | History | Annotate | Download | only in complete

Lines Matching defs:isBinaryOp

251   bool isBinaryOp() const { return isOperator && Args.size() == 2; }
254 assert(isUnaryOp() || isBinaryOp());
1438 if (Proto->isBinaryOp())
1461 if (Proto->isBinaryOp())