HomeSort by relevance Sort by last modified time
    Searched full:const_fadd (Results 1 - 3 of 3) sorted by null

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 226 * CHECK: @const_fadd = global double fadd
262 ignore (define_global "const_fadd" (const_fadd ffoldbomb ffive) m);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.ml 494 external const_fadd : llvalue -> llvalue -> llvalue = "LLVMConstFAdd"
    [all...]
llvm.mli 941 (** [const_fadd c1 c2] returns the constant sum of two constant floats.
943 val const_fadd : llvalue -> llvalue -> llvalue var
    [all...]

Completed in 71 milliseconds