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/
DCore.h2048 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
/openbsd/src/gnu/llvm/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c883 return caml_alloc_some(caml_copy_int64(LLVMConstIntGetSExtValue(Const))); in llvm_int64_of_const()
/openbsd/src/gnu/llvm/llvm/lib/IR/
DCore.cpp1424 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function