Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h317 use_iterator use_end() { return use_iterator(); } in use_end() function
318 const_use_iterator use_end() const { return const_use_iterator(); } in use_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h367 use_iterator use_end() { return use_iterator(); } in use_end() function
368 const_use_iterator use_end() const { return const_use_iterator(); } in use_end() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineRegisterInfo.h457 static use_iterator use_end() { return use_iterator(nullptr); } in use_end() function