Lines Matching refs:isUnaryOp
207 bool isUnaryOp() const { return isOperator && Args.size() == 1; }211 assert(isUnaryOp() || isBinaryOp());