Home | History | Annotate | Download | only in Chapter7

Lines Matching refs:isBinaryOp

207   bool isBinaryOp() const { return isOperator && Args.size() == 2; }
210 assert(isUnaryOp() || isBinaryOp());
968 if (Proto->isBinaryOp())
994 if (Proto->isBinaryOp())