Searched refs:const_operand_iterator (Results 1 – 2 of 2) sorted by relevance
274 typedef SmallVectorImpl<VPValue *>::const_iterator const_operand_iterator; typedef276 typedef iterator_range<const_operand_iterator> const_operand_range;279 const_operand_iterator op_begin() const { return Operands.begin(); } in op_begin()281 const_operand_iterator op_end() const { return Operands.end(); } in op_end()
137 using const_operand_iterator =139 using const_operand_range = llvm::iterator_range<const_operand_iterator>;141 const_operand_iterator operand_begin() const;142 const_operand_iterator operand_end() const;145 llvm::iterator_range<const_operand_iterator> getOperands() const;