OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:i16_type
(Results
1 - 7
of
7
) sorted by null
/external/llvm/test/Bindings/OCaml/
core.ml
30
let
i16_type
= Llvm.
i16_type
context
var
197
let one = const_int
i16_type
1 in
198
let two = const_int
i16_type
2 in
217
insist ((vector_type
i16_type
8) = (type_of c));
224
insist ((struct_type context [|
i16_type
;
i16_type
; i32_type; i32_type |])
[
all
...]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml
24
let
i16_type
= Llvm.
i16_type
context
var
148
let one = const_int
i16_type
1 in
149
let two = const_int
i16_type
2 in
166
insist ((vector_type
i16_type
8) = (type_of c));
173
insist ((struct_type context [|
i16_type
;
i16_type
; i32_type; i32_type |])
[
all
...]
/external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_conv.c
144
struct lp_type
i16_type
= lp_type_int_vec(16, 16 * length);
local
179
result = LLVMBuildTrunc(builder, result, lp_build_vec_type(gallivm,
i16_type
), "");
[
all
...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli
398
(** [
i16_type
c] returns an integer type of bitwidth 16 in the context [c]. See
400
val
i16_type
: llcontext -> lltype
var
[
all
...]
llvm.ml
274
external
i16_type
: llcontext -> lltype = "llvm_i16_type"
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
363
external
i16_type
: llcontext -> lltype = "llvm_i16_type"
[
all
...]
llvm.mli
531
(** [
i16_type
c] returns an integer type of bitwidth 16 in the context [c]. See
533
val
i16_type
: llcontext -> lltype
var
[
all
...]
Completed in 323 milliseconds