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

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 297 (const_gep (const_null (pointer_type i8_type))
306 * RUN: grep "const_gep.*getelementptr" < %t.ll
313 ignore (define_global "const_gep" (const_gep foldbomb_gv [| five |]) m);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 790 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type {i8,ty}))
796 equivalent to [const_ptrtoint (const_gep (const_null (pointer_type ty))
957 val const_gep : llvalue -> llvalue array -> llvalue var
    [all...]
llvm.ml 457 external const_gep : llvalue -> llvalue array -> llvalue = "llvm_const_gep"
    [all...]

Completed in 647 milliseconds