OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_trunc
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
274
(* CHECK:
const_trunc
{{.*}}trunc
288
ignore (define_global "
const_trunc
" (
const_trunc
(const_add foldbomb five)
324
(
const_trunc
foldbomb i32_type)) m);
327
zero (
const_trunc
foldbomb i32_type)) m);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
968
val
const_trunc
: llvalue -> lltype -> llvalue
var
[
all
...]
llvm.ml
460
external
const_trunc
: llvalue -> lltype -> llvalue = "LLVMConstTrunc"
[
all
...]
Completed in 660 milliseconds