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