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

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 212 * CHECK: @const_add = global i64 add
248 ignore (define_global "const_add" (const_add foldbomb five) m);
288 ignore (define_global "const_trunc" (const_trunc (const_add foldbomb five)
302 ignore (define_global "const_inttoptr" (const_inttoptr (const_add foldbomb five)
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 823 (** [const_add c1 c2] returns the constant sum of two constants.
825 val const_add : llvalue -> llvalue -> llvalue var
    [all...]
llvm.ml 428 external const_add : llvalue -> llvalue -> llvalue = "LLVMConstAdd"
    [all...]

Completed in 320 milliseconds