OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_of_int64
(Results
1 - 6
of
6
) sorted by null
/external/llvm/test/Bindings/OCaml/
core.ml
120
let c =
const_of_int64
i64_type (Int64.of_string "4294967295") false in
138
let c =
const_of_int64
i64_type 9223372036854775807L true in
146
insist (c =
const_of_int64
i64_type (Int64.of_int (1 lsl 61)) false)
[
all
...]
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
llvm.mli
715
(** [
const_of_int64
ty i] returns the integer constant of type [ty] and value
717
val
const_of_int64
: lltype -> Int64.t -> bool -> llvalue
var
[
all
...]
llvm.ml
397
external
const_of_int64
: lltype -> Int64.t -> bool -> llvalue
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.ml
495
external
const_of_int64
: lltype -> Int64.t -> bool -> llvalue
[
all
...]
llvm.mli
878
(** [
const_of_int64
ty i] returns the integer constant of type [ty] and value
880
val
const_of_int64
: lltype -> Int64.t -> bool -> llvalue
var
[
all
...]
/external/swiftshader/third_party/LLVM/test/Bindings/Ocaml/
vmcore.ml
105
let c =
const_of_int64
i64_type (Int64.of_string "4294967295") false in
[
all
...]
Completed in 793 milliseconds