Home | History | Annotate | Download | only in initial

Lines Matching refs:isUnaryOp

208   bool isUnaryOp() const { return isOperator && Args.size() == 1; }
212 assert(isUnaryOp() || isBinaryOp());