Home
last modified time | relevance | path

Searched refs:const_op_range (Results 1 – 3 of 3) sorted by relevance

/external/llvm/include/llvm/IR/
DUser.h188 typedef iterator_range<const_op_iterator> const_op_range; typedef
201 const_op_range operands() const { in operands()
202 return const_op_range(op_begin(), op_end()); in operands()
DInstrTypes.h1166 const_op_range arg_operands() const {
1167 return const_op_range(op_begin(), op_end() - 1);
DInstructions.h2517 const_op_range incoming_values() const { return operands(); }