Searched refs:const_operand_range (Results 1 – 2 of 2) sorted by relevance
259 typedef iterator_range<const_operand_iterator> const_operand_range; typedef266 const_operand_range operands() const { in operands()267 return const_operand_range(op_begin(), op_end()); in operands()
1579 const_operand_range args() const { in args()