Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DDIE.h616 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function
617 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function