Searched refs:i1_type (Results 1 – 8 of 8) sorted by relevance
314 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2() local315 LLVMTypeRef i1_vec_type = LLVMVectorType(i1_type, length); in lp_build_gather_avx2()
28 let i1_type = Llvm.i1_type context var240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;260 let c = undef i1_type in262 insist (i1_type = type_of c);268 let c = poison i1_type in270 insist (i1_type = type_of c);1274 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
425 Type i1_type = parser.getBuilder().getI1Type(); in ParseSwitchOp() local426 RankedTensorType predicate_type = RankedTensorType::get({}, i1_type); in ParseSwitchOp()
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
437 external i1_type : llcontext -> lltype = "llvm_i1_type"
554 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See556 val i1_type : llcontext -> lltype val