Searched refs:LLVMGetPointerAddressSpace (Results 1 – 10 of 10) sorted by relevance
137 LLVMGetPointerAddressSpace(Src) in Clone()
430 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
1123 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy);
370 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
474 return Val_int(LLVMGetPointerAddressSpace(PtrTy)); in llvm_address_space()
271 addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in get_shared_memory_ptr()1545 int addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in cast_ptr()
369 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
588 unsigned LLVMGetPointerAddressSpace(LLVMTypeRef PointerTy) { in LLVMGetPointerAddressSpace() function
619 func (t Type) PointerAddressSpace() int { return int(C.LLVMGetPointerAddressSpace(t.C)) }
3737 addr_space = LLVMGetPointerAddressSpace(LLVMTypeOf(ptr)); in get_memory_ptr()