mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-09-22 09:25:44 +00:00
Add accessor for getting UndefValue's.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@74702 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -30,6 +30,7 @@ class ConstantAggregateZero;
|
||||
class ConstantArray;
|
||||
class ConstantFP;
|
||||
class ConstantVector;
|
||||
class UndefValue;
|
||||
class IntegerType;
|
||||
class PointerType;
|
||||
class StructType;
|
||||
@@ -57,6 +58,9 @@ public:
|
||||
Constant* getNullValue(const Type* Ty);
|
||||
Constant* getAllOnesValue(const Type* Ty);
|
||||
|
||||
// UndefValue accessors
|
||||
UndefValue* getUndef(const Type* Ty);
|
||||
|
||||
// ConstantInt accessors
|
||||
ConstantInt* getConstantIntTrue();
|
||||
ConstantInt* getConstantIntFalse();
|
||||
|
Reference in New Issue
Block a user