MCPcopy Create free account
hub / github.com/apache/impala / GetMurmurHashFunction

Method GetMurmurHashFunction

be/src/codegen/llvm-codegen.cc:1978–1980  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1976}
1977
1978llvm::Function* LlvmCodeGen::GetMurmurHashFunction(int len) {
1979 return GetLenOptimizedHashFn(this, IRFunction::HASH_MURMUR, len);
1980}
1981
1982void LlvmCodeGen::ReplaceInstWithValue(llvm::Instruction* from, llvm::Value* to) {
1983 llvm::BasicBlock::iterator iter(from);

Callers 1

CodegenHashRowMethod · 0.80

Calls 1

GetLenOptimizedHashFnFunction · 0.85

Tested by

no test coverage detected