Home | History | Annotate | Download | only in lazy

Lines Matching refs:isUnaryOp

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