Home
last modified time | relevance | path

Searched refs:i1_type (Results 1 – 10 of 10) 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/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
Dvmcore.ml22 let i1_type = Llvm.i1_type context var
179 let c = const_null (packed_struct_type context [| i1_type; i8_type; i64_type;
199 let c = undef i1_type in
201 insist (i1_type = type_of c);
917 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/swiftshader/third_party/llvm-7.0/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);
1266 let cond = build_trunc p1 i1_type "build_br" b in
/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/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm.ml272 external i1_type : llcontext -> lltype = "llvm_i1_type"
Dllvm.mli390 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
392 val i1_type : llcontext -> lltype val
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm.ml427 external i1_type : llcontext -> lltype = "llvm_i1_type"
Dllvm.mli544 (** [i1_type c] returns an integer type of bitwidth 1 in the context [c]. See
546 val i1_type : llcontext -> lltype val