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

  /external/llvm/test/Bindings/Ocaml/
vmcore.ml 231 * CHECK: @const_and = global i64 and
267 ignore (define_global "const_and" (const_and foldbomb five) m);
    [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm.mli 912 (** [const_and c1 c2] returns the constant bitwise [AND] of two integer
915 val const_and : llvalue -> llvalue -> llvalue var
    [all...]
llvm.ml 447 external const_and : llvalue -> llvalue -> llvalue = "LLVMConstAnd"
    [all...]

Completed in 155 milliseconds