Home | History | Annotate | Download | only in initial

Lines Matching defs:isBinaryOp

209   bool isBinaryOp() const { return isOperator && Args.size() == 2; }
212 assert(isUnaryOp() || isBinaryOp());
1218 if (Proto->isBinaryOp())
1241 if (Proto->isBinaryOp())