Searched refs:MBegin (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | IRSymtab.h | 339 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/ |
D | Math.h | 239 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/ |
D | Math.h | 381 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()
|