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

  /external/llvm/bindings/ocaml/llvm/
llvm.mli 939 (** [const_shl c1 c2] returns the constant integer [c1] left-shifted by the
942 val const_shl : llvalue -> llvalue -> llvalue var
    [all...]
llvm.ml 454 external const_shl : llvalue -> llvalue -> llvalue = "LLVMConstShl"
    [all...]

Completed in 675 milliseconds