Searched refs:const_op_range (Results 1 – 1 of 1) sorted by relevance
115 typedef iterator_range<const_op_iterator> const_op_range; typedef124 inline const_op_range operands() const { in operands()125 return const_op_range(op_begin(), op_end()); in operands()