Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/
DIRSymtab.h339 const storage::Symbol *MBegin = Symbols.begin() + M.Begin, in module_symbols() local
341 return {SymbolRef(MBegin, MEnd, Uncommons.begin() + M.UncBegin, this), in module_symbols()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/PBQP/
DMath.h239 unsigned *MBegin = reinterpret_cast<unsigned*>(M.Data.get()); in hash_value() local
242 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd)); in hash_value()
/external/llvm/include/llvm/CodeGen/PBQP/
DMath.h381 unsigned *MBegin = reinterpret_cast<unsigned*>(M.Data); in hash_value() local
383 return hash_combine(M.Rows, M.Cols, hash_combine_range(MBegin, MEnd)); in hash_value()