Home
last modified time | relevance | path

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

/external/llvm/include/llvm-c/
DCore.h1537 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c714 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
/external/llvm/lib/IR/
DCore.cpp766 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function