16 #ifndef LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_ 17 #define LLVM_SUPPORT_RANDOMNUMBERGENERATOR_H_ 22 #include <system_error> 39 using generator_type = std::mt19937_64;
57 generator_type Generator;
GCNRegPressure max(const GCNRegPressure &P1, const GCNRegPressure &P2)
This class represents lattice values for constants.
A Module instance is used to store all the information related to an LLVM module. ...
std::error_code getRandomBytes(void *Buffer, size_t Size)
static constexpr result_type max()
generator_type::result_type result_type
A random number generator.
result_type operator()()
Returns a random number in the range [0, Max).
static constexpr result_type min()
StringRef - Represent a constant reference to a string, i.e.