OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_all_ones
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
183
(* RUN: grep {
const_all_ones
.*-1} < %t.ll
186
let c =
const_all_ones
i64_type in
187
ignore (define_global "
const_all_ones
" c m);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
648
(** [
const_all_ones
ty] returns the constant '-1' of the integer or vector type
650
val
const_all_ones
: (*int|vec*)lltype -> llvalue
var
[
all
...]
llvm.ml
377
external
const_all_ones
: (*int|vec*)lltype -> llvalue = "LLVMConstAllOnes"
[
all
...]
Completed in 222 milliseconds