Searched refs:LLVMConstIntGetSExtValue (Results 1 – 11 of 11) sorted by relevance
585 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
1614 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
1802 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
622 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
867 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
784 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
606 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function
962 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function
789 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
817 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
1153 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function