| 83 | #if LLVM_VERSION_MAJOR < 20 |
| 84 | namespace { |
| 85 | inline 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 |
no outgoing calls
no test coverage detected