LLVMBuildUIToFP ( Builder Val DestTy Name -- LLVMValueRef )


Vocabulary
llvm.core

Definition
USING: alien.c-types alien.syntax ;

IN: llvm.core

LIBRARY: LLVMCore FUNCTION: LLVMValueRef LLVMBuildUIToFP
( LLVMBuilderRef Builder, LLVMValueRef Val, LLVMTypeRef
DestTy, c-string Name ) ; inline