Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DConstantsScanner.h39 inline constant_iterator(const Function *F) : InstI(inst_begin(F)), OpIdx(0) { in constant_iterator() function
46 inline constant_iterator(const Function *F, bool) // end ctor in constant_iterator() function
/external/llvm/include/llvm/Object/
DStackMapParser.h315 typedef AccessorIterator<ConstantAccessor> constant_iterator; typedef