Home | History | Annotate | Download | only in cached

Lines Matching refs:isUnaryOp

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