Searched refs:i1_type (Results 1 – 7 of 7) sorted by relevance
288 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2() local289 LLVMTypeRef i1_vec_type = LLVMVectorType(i1_type, length); in lp_build_gather_avx2()
22 let i1_type = Llvm.i1_type context var179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;199 let c = undef i1_type in201 insist (i1_type = type_of c);917 let cond = build_trunc p1 i1_type "build_br" b in
28 let i1_type = Llvm.i1_type context var230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;250 let c = undef i1_type in252 insist (i1_type = type_of c);1198 let cond = build_trunc p1 i1_type "build_br" b in
272 external i1_type : llcontext -> lltype = "llvm_i1_type"
390 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See392 val i1_type : llcontext -> lltype val
361 external i1_type : llcontext -> lltype = "llvm_i1_type"
523 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See525 val i1_type : llcontext -> lltype val