Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DUser.h232 using const_op_range = iterator_range<const_op_iterator>; variable
245 const_op_range operands() const { in operands()
246 return const_op_range(op_begin(), op_end()); in operands()
H A DInstrTypes.h2464 const_op_range arg_operands() const {
2465 return const_op_range(op_begin(), op_end() - 1);
H A DInstructions.h2569 const_op_range incoming_values() const { return operands(); }
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h356 using const_op_range = iterator_range<const_op_iterator>; variable
375 const_op_range operands() const { in operands()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h525 const_op_range incoming_values() const { return operands(); }