Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h101 unsigned *VBegin = reinterpret_cast<unsigned*>(V.Data.get()); in hash_value() local
103 return hash_combine(V.Length, hash_combine_range(VBegin, VEnd)); in hash_value()