mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-07-25 13:24:46 +00:00
IR: Add ConstantFP::getNaN()
This is a wrapper around APFloat::getNaN(). git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@235332 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -251,6 +251,7 @@ public:
|
||||
static Constant *get(Type* Ty, double V);
|
||||
static Constant *get(Type* Ty, StringRef Str);
|
||||
static ConstantFP *get(LLVMContext &Context, const APFloat &V);
|
||||
static Constant *getNaN(Type *Ty, bool Negative = false, unsigned type = 0);
|
||||
static Constant *getNegativeZero(Type *Ty);
|
||||
static Constant *getInfinity(Type *Ty, bool Negative = false);
|
||||
|
||||
|
Reference in New Issue
Block a user