Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/GlobalISel/
DRegBankSelect.h331 using const_insertpt_iterator = InsertionPoints::const_iterator; variable
385 const_insertpt_iterator begin() const { return InsertPoints.begin(); } in begin()
386 const_insertpt_iterator end() const { return InsertPoints.end(); } in end()