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