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

Method GetI64Constant

be/src/codegen/llvm-codegen.h:595–597  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

593 return llvm::ConstantInt::get(context(), llvm::APInt(32, val));
594 }
595 llvm::Constant* GetI64Constant(uint64_t val) {
596 return llvm::ConstantInt::get(context(), llvm::APInt(64, val));
597 }
598
599 /// Load the module temporarily and populate 'symbols' with the symbols in the module.
600 static Status GetSymbols(const string& file, const string& module_id,

Callers 6

CodegenUpdateSlotMethod · 0.80
CodegenUpdateTupleMethod · 0.80
CodegenMethod · 0.80
ToIRPackedMethod · 0.80
CodegenInnerLoopFunction · 0.80

Calls

no outgoing calls

Tested by 1

CodegenInnerLoopFunction · 0.64