OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:const_mul
(Results
1 - 3
of
3
) sorted by null
/external/llvm/test/Bindings/Ocaml/
vmcore.ml
220
* CHECK: @
const_mul
= global i64 mul
256
ignore (define_global "
const_mul
" (
const_mul
foldbomb five) m);
[
all
...]
/external/llvm/bindings/ocaml/llvm/
llvm.mli
859
(** [
const_mul
c1 c2] returns the constant product of two constants.
861
val
const_mul
: llvalue -> llvalue -> llvalue
var
[
all
...]
llvm.ml
436
external
const_mul
: llvalue -> llvalue -> llvalue = "LLVMConstMul"
[
all
...]
Completed in 3290 milliseconds