Searched refs:i8_type (Results 1 – 11 of 11) sorted by relevance
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
29 let i8_type = Llvm.i8_type context var75 let ar = struct_type context [| i32_type; i8_type |] in77 insist (i8_type = (Array.get (subtypes ar)) 1)164 insist ((array_type i8_type 11) = type_of c);172 insist ((array_type i8_type 9) = type_of c);240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;304 let void_ptr = pointer_type i8_type in307 let foldbomb_gv = define_global "FoldBomb" (const_null i8_type) m in357 i8_type) m);367 (const_gep (const_null (pointer_type i8_type))[all …]
340 LLVMTypeRef i8_type = LLVMIntTypeInContext(gallivm->context, 8); in lp_build_gather_avx2() local373 LLVMValueRef scale = LLVMConstInt(i8_type, 1, 0); in lp_build_gather_avx2()
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
438 external i8_type : llcontext -> lltype = "llvm_i8_type"
558 (** [i8_type c] returns an integer type of bitwidth 8 in the context [c]. See560 val i8_type : llcontext -> lltype val