Searched refs:LLVMConstIntGetSExtValue (Results 1 – 4 of 4) sorted by relevance
1996 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal);
884 return caml_alloc_some(caml_copy_int64(LLVMConstIntGetSExtValue(Const))); in llvm_int64_of_const()
855 func (v Value) SExtValue() int64 { return int64(C.LLVMConstIntGetSExtValue(v.C)) }
1394 long long LLVMConstIntGetSExtValue(LLVMValueRef ConstantVal) { in LLVMConstIntGetSExtValue() function