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

Method GetAnyValPtrType

be/src/codegen/codegen-anyval.cc:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170llvm::PointerType* CodegenAnyVal::GetAnyValPtrType(LlvmCodeGen* cg) {
171 return cg->GetNamedType(LLVM_ANYVAL_NAME)->getPointerTo();
172}
173
174llvm::Value* CodegenAnyVal::CreateCall(LlvmCodeGen* cg, LlvmBuilder* builder,
175 llvm::Function* fn, llvm::ArrayRef<llvm::Value*> args, const char* name,

Callers

nothing calls this directly

Calls 1

GetNamedTypeMethod · 0.80

Tested by

no test coverage detected