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