HomeSort by relevance Sort by last modified time
    Searched refs:createRNG (Results 1 - 5 of 5) sorted by null

  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/IR/
ModuleTest.cpp 66 std::unique_ptr<RandomNumberGenerator> RNG = M.createRNG(&DP);
  /external/llvm/lib/IR/
Module.cpp 70 RandomNumberGenerator *Module::createRNG(const Pass* P) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
Module.cpp 91 std::unique_ptr<RandomNumberGenerator> Module::createRNG(const Pass* P) const {
  /external/llvm/include/llvm/IR/
Module.h 252 RandomNumberGenerator *createRNG(const Pass* P) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
Module.h 257 std::unique_ptr<RandomNumberGenerator> createRNG(const Pass* P) const;
    [all...]

Completed in 395 milliseconds