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