Home
last modified time | relevance | path

Searched refs:i1_type (Results 1 – 8 of 8) sorted by relevance

/external/mesa3d/src/gallium/auxiliary/gallivm/
Dlp_bld_gather.c314 LLVMTypeRef i1_type = LLVMIntTypeInContext(gallivm->context, 1); in lp_build_gather_avx2() local
315 LLVMTypeRef i1_vec_type = LLVMVectorType(i1_type, length); in lp_build_gather_avx2()
/external/llvm-project/llvm/test/Bindings/OCaml/
Dcore.ml28 let i1_type = Llvm.i1_type context var
240 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
260 let c = undef i1_type in
262 insist (i1_type = type_of c);
268 let c = poison i1_type in
270 insist (i1_type = type_of c);
1274 let cond = build_trunc p1 i1_type "build_br" b in
/external/llvm/test/Bindings/OCaml/
Dcore.ml28 let i1_type = Llvm.i1_type context var
230 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
250 let c = undef i1_type in
252 insist (i1_type = type_of c);
1198 let cond = build_trunc p1 i1_type "build_br" b in
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/ir/
Dtf_executor.cc425 Type i1_type = parser.getBuilder().getI1Type(); in ParseSwitchOp() local
426 RankedTensorType predicate_type = RankedTensorType::get({}, i1_type); in ParseSwitchOp()
/external/llvm/bindings/ocaml/llvm/
Dllvm.ml361 external i1_type : llcontext -> lltype = "llvm_i1_type"
Dllvm.mli523 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
525 val i1_type : llcontext -> lltype val
/external/llvm-project/llvm/bindings/ocaml/llvm/
Dllvm.ml437 external i1_type : llcontext -> lltype = "llvm_i1_type"
Dllvm.mli554 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
556 val i1_type : llcontext -> lltype val