Searched refs:const_operand_iterator (Results 1 – 2 of 2) sorted by relevance
170 typedef SmallVectorImpl<VPValue *>::const_iterator const_operand_iterator; typedef172 typedef iterator_range<const_operand_iterator> const_operand_range;175 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin()177 const_operand_iterator op_end() const { return Operands.end(); } in op_end()
268 typedef SmallVectorImpl<VPValue *>::const_iterator const_operand_iterator; typedef270 typedef iterator_range<const_operand_iterator> const_operand_range;273 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin()275 const_operand_iterator op_end() const { return Operands.end(); } in op_end()