Home
last modified time | relevance | path

Searched refs:ll_create_int_type_with_addrspace (Results 1 – 3 of 3) sorted by relevance

/dports/math/libpgmath/flang-d07daf3/tools/flang2/flang2exe/
H A Dll_structure.h1203 LL_Type *ll_create_int_type_with_addrspace(LLVMModuleRef module, unsigned bits, int addrspace);
1213 LL_Type *ll_create_int_type_with_addrspace(LLVMModuleRef module, unsigned bits, int addrspace);
H A Dll_structure.cpp1081 ll_create_int_type_with_addrspace(LLVMModuleRef module, unsigned bits, in ll_create_int_type_with_addrspace() function
1136 return ll_create_int_type_with_addrspace(module, bits, LL_AddrSp_Default); in ll_create_int_type()
H A Dllutil.cpp713 return ll_create_int_type_with_addrspace(module, 8 * size_of(dtype), addrspace); in convert_dtype()