Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/PBQP/
H A DMath.h95 const unsigned *VBegin = reinterpret_cast<const unsigned *>(V.begin()); in hash_value() local
97 return hash_combine(V.getLength(), hash_combine_range(VBegin, VEnd)); in hash_value()