Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h203 typedef iterator_range<const_op_iterator> const_op_range; typedef
/external/llvm/include/llvm/IR/
DUser.h190 typedef iterator_range<const_op_iterator> const_op_range; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUser.h228 using const_op_range = iterator_range<const_op_iterator>; variable