Searched refs:intptr_type (Results 1 – 13 of 13) sorted by relevance
28 external intptr_type : TargetData.t -> Llvm.lltype = "LLVMIntPtrType"
54 external intptr_type : TargetData.t -> Llvm.lltype = "LLVMIntPtrType"
42 ignore (intptr_type td);
107 let ty = intptr_type td in
51 assert_equal (DL.intptr_type context dl) i32_type;
104 let ty = DataLayout.intptr_type context dl in
59 external intptr_type : Llvm.llcontext -> t -> Llvm.lltype
81 val intptr_type : Llvm.llcontext -> t -> Llvm.lltype val
2248 llvm::Type* intptr_type = b_.getIntPtrTy(dl); in HandleCustomCall() local2255 /*Params=*/{i8_ptr_type, intptr_type}, /*isVarArg=*/false)) in HandleCustomCall()2260 intptr_type, *operands_alloca->getAllocationSizeInBits(dl) / 8)}); in HandleCustomCall()