Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/include/llvm-c/
DCore.h585 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
/external/llvm/include/llvm-c/
DCore.h1614 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm-c/
DCore.h1802 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
/external/swiftshader/third_party/LLVM/bindings/ocaml/llvm/
Dllvm_ocaml.c622 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c867 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
/external/llvm/bindings/ocaml/llvm/
Dllvm_ocaml.c784 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DCore.cpp606 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function
/external/llvm/lib/IR/
DCore.cpp962 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function
/external/llvm/bindings/go/llvm/
Dir.go789 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
Dir.go817 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DCore.cpp1153 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function