Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DDIE.h643 static iterator toIterator(T &N) { return iterator(&N); } in toIterator() function
644 static const_iterator toIterator(const T &N) { return const_iterator(&N); } in toIterator() function
715 return value_iterator(ListTy::toIterator(List.back())); in addValue()