Home | History | Annotate | Download | only in cached

Lines Matching refs:isUnaryOp

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