Home
last modified time | relevance | path

Searched refs:LLVMConstIntGetSExtValue (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm-c/
H A DCore.h2048 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
/openbsd-src/gnu/llvm/llvm/bindings/ocaml/llvm/
H A Dllvm_ocaml.c883 return caml_alloc_some(caml_copy_int64(LLVMConstIntGetSExtValue(Const))); in llvm_int64_of_const()
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp1424 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function