Home
last modified time | relevance | path

Searched defs:const_op_iterator (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/
DUser.h112 typedef const Use* const_op_iterator; typedef
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUser.h201 typedef const Use* const_op_iterator; typedef
/external/llvm/include/llvm/IR/
DUser.h188 typedef const Use* const_op_iterator; typedef
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
DUser.h226 using const_op_iterator = const Use*; variable
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
DGVNExpression.h183 using const_op_iterator = Value *const *; variable