Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DVPlanValue.h172 typedef iterator_range<const_operand_iterator> const_operand_range; typedef
179 const_operand_range operands() const { in operands()
180 return const_operand_range(op_begin(), op_end()); in operands()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DVPlanValue.h225 typedef iterator_range<const_operand_iterator> const_operand_range; typedef
232 const_operand_range operands() const { in operands()
233 return const_operand_range(op_begin(), op_end()); in operands()
/external/llvm-project/mlir/docs/Rationale/
DUsageOfConst.md139 using const_operand_range = llvm::iterator_range<const_operand_iterator>;