HomeSort by relevance Sort by last modified time
    Searched refs:LLVMConstIntGetSExtValue (Results 1 - 4 of 4) sorted by null

  /external/llvm/include/llvm-c/
Core.h     [all...]
  /external/llvm/bindings/ocaml/llvm/
llvm_ocaml.c 728 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const));
    [all...]
  /external/llvm/bindings/go/llvm/
ir.go 789 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
    [all...]
  /external/llvm/lib/IR/
Core.cpp 876 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) {
    [all...]

Completed in 74 milliseconds