Searched refs:const_operand_iterator (Results 1 – 1 of 1) sorted by relevance
151 typedef SmallVectorImpl<VPValue *>::const_iterator const_operand_iterator; typedef153 typedef iterator_range<const_operand_iterator> const_operand_range;156 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin()158 const_operand_iterator op_end() const { return Operands.end(); } in op_end()