© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
C#C
C#•3y ago•
1 reply
Theos

❔ LLVMSharp create signed and unsigned constants.

Hey, I'm trying to create a constant using this function
LLVMValueRef.CreateConstIntOfString(LLVMTypeRef.Int64, "195894", 10);
LLVMValueRef.CreateConstIntOfString(LLVMTypeRef.Int64, "195894", 10);

How can I specify the LLVMTypeRef to be signed or unsigned?
Should I use a different function?
C# banner
C#Join
We are a programming server aimed at coders discussing everything related to C# (CSharp) and .NET.
61,871Members
Resources
Recent Announcements

Similar Threads

Was this page helpful?

Similar Threads

❔ LLVMSharp weird function
C#CC# / help
3y ago
LLVMSharp guidance needed
C#CC# / help
4y ago
Float (signed) number comparisons compiled to unsigned version of instruction
C#CC# / help
2y ago
Constants for WPF
C#CC# / help
16mo ago