Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Transforms/Scalar/
H A DGVNExpression.h65 mutable hash_code HashVal = 0; variable
96 if (static_cast<unsigned>(HashVal) == 0) in getComputedHash()
97 HashVal = getHashValue(); in getComputedHash()
98 return HashVal; in getComputedHash()