MCPcopy Create free account
hub / github.com/apache/arrow / getOrInsertDeclaration

Function getOrInsertDeclaration

cpp/src/gandiva/decimal_ir.cc:85–88  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

83#if LLVM_VERSION_MAJOR < 20
84namespace {
85inline llvm::Function* getOrInsertDeclaration(llvm::Module* M, llvm::Intrinsic::ID id,
86 llvm::ArrayRef<llvm::Type*> Tys) {
87 return llvm::Intrinsic::getDeclaration(M, id, Tys);
88}
89} // namespace
90#endif
91

Callers 1

InitializeIntrinsicsMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected