Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DModule.h277 std::unique_ptr<RandomNumberGenerator> createRNG(const StringRef Name) const;
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DModule.cpp88 Module::createRNG(const StringRef Name) const { in createRNG() function in Module