Searched refs:i8_type (Results 1 – 11 of 11) sorted by relevance
16 let i8_type = Llvm.i8_type context var38 let fty = function_type i8_type [| |] in41 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
23 let i8_type = Llvm.i8_type context var121 insist ((array_type i8_type 11) = type_of c);128 insist ((array_type i8_type 9) = type_of c);179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;235 let void_ptr = pointer_type i8_type in238 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in287 i8_type) m);297 (const_gep (const_null (pointer_type i8_type))312 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m);316 (const_int i8_type (-1))[all …]
14 let i8_type = Llvm.i8_type context var25 let str_arr_type = pointer_type (pointer_type i8_type) in
19 let i8_type = Llvm.i8_type context var41 let fty = function_type i8_type [| |] in44 ignore (build_ret (const_int i8_type 4) (builder_at_end context (entry_block fn)));
29 let i8_type = Llvm.i8_type context var154 insist ((array_type i8_type 11) = type_of c);162 insist ((array_type i8_type 9) = type_of c);230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;286 let void_ptr = pointer_type i8_type in289 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in339 i8_type) m);349 (const_gep (const_null (pointer_type i8_type))366 ignore (define_global "const_size_of" (size_of (pointer_type i8_type)) m);370 (const_int i8_type (-1))[all …]
18 let i8_type = Llvm.i8_type context var
314 LLVMTypeRef i8_type = LLVMIntTypeInContext(gallivm->context, 8); in lp_build_gather_avx2() local347 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0); in lp_build_gather_avx2()
273 external i8_type : llcontext -> lltype = "llvm_i8_type"
394 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See396 val i8_type : llcontext -> lltype val
362 external i8_type : llcontext -> lltype = "llvm_i8_type"
527 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See529 val i8_type : llcontext -> lltype val