Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DInstIterator.h32 template <class BB_t, class BB_i_t, class BI_t, class II_t> class InstIterator {
49 InstIterator() = default;
53 InstIterator(const InstIterator<A,B,C,D> &II) in InstIterator() function
57 InstIterator(InstIterator<A,B,C,D> &II) in InstIterator() function
60 template<class M> InstIterator(M &m) in InstIterator() function
68 template<class M> InstIterator(M &m, bool) in InstIterator() function
79 inline bool operator==(const InstIterator &y) const {
82 inline bool operator!=(const InstIterator& y) const {
86 InstIterator& operator++() {
91 inline InstIterator operator++(int) {
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/
Dmodule.modulemap256 module IR_InstIterator { header "IR/InstIterator.h" export * }