Searched refs:LLVMConstIntGetSExtValue (Results 1 – 4 of 4) sorted by relevance
1551 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
728 Field(Option, 0) = caml_copy_int64(LLVMConstIntGetSExtValue(Const)); in llvm_int64_of_const()
860 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function
787 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }