OmniSciDB  72c90bc290
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
CodegenHelper.cpp File Reference
#include "CodegenHelper.h"
+ Include dependency graph for CodegenHelper.cpp:

Go to the source code of this file.

Namespaces

 CodegenUtil
 

Functions

llvm::Function * CodegenUtil::findCalledFunction (llvm::CallInst &call_inst)
 
std::optional< std::string_view > CodegenUtil::getCalledFunctionName (llvm::CallInst &call_inst)
 
std::vector< llvm::Value * > CodegenUtil::createPtrWithHoistedMemoryAddr (CgenState *cgen_state, CodeGenerator *code_generator, CompilationOptions const &co, llvm::ConstantInt *ptr_int_val, llvm::Type *type, size_t num_devices_to_hoist_literal)