enum LLVM::Value::Kind
¶
Members¶
Argument = 0
¶
0
BasicBlock = 1
¶
1
MemoryUse = 2
¶
2
MemoryDef = 3
¶
3
MemoryPhi = 4
¶
4
Function = 5
¶
5
GlobalAlias = 6
¶
6
GlobalIFunc = 7
¶
7
GlobalVariable = 8
¶
8
BlockAddress = 9
¶
9
ConstantExpr = 10
¶
10
ConstantArray = 11
¶
11
ConstantStruct = 12
¶
12
ConstantVector = 13
¶
13
UndefValue = 14
¶
14
ConstantAggregateZero = 15
¶
15
ConstantDataArray = 16
¶
16
ConstantDataVector = 17
¶
17
ConstantInt = 18
¶
18
ConstantFP = 19
¶
19
ConstantPointerNull = 20
¶
20
ConstantTokenNone = 21
¶
21
MetadataAsValue = 22
¶
22
InlineAsm = 23
¶
23
Instruction = 24
¶
24