Skip to content

enum LLVM::Value::Kind

Members

Argument = 0

BasicBlock = 1

MemoryUse = 2

MemoryDef = 3

MemoryPhi = 4

Function = 5

GlobalAlias = 6

GlobalIFunc = 7

GlobalVariable = 8

BlockAddress = 9

ConstantExpr = 10

ConstantArray = 11

ConstantStruct = 12

ConstantVector = 13

UndefValue = 14

ConstantAggregateZero = 15

ConstantDataArray = 16

ConstantDataVector = 17

ConstantInt = 18

ConstantFP = 19

ConstantPointerNull = 20

ConstantTokenNone = 21

MetadataAsValue = 22

InlineAsm = 23

Instruction = 24

Methods

#argument?

View source

#basic_block?

View source

#block_address?

View source

#constant_aggregate_zero?

View source

#constant_array?

View source

#constant_data_array?

View source

#constant_data_vector?

View source

#constant_expr?

View source

#constant_fp?

View source

#constant_int?

View source

#constant_pointer_null?

View source

#constant_struct?

View source

#constant_token_none?

View source

#constant_vector?

View source

#function?

View source

#global_alias?

View source

#global_i_func?

View source

#global_variable?

View source

#inline_asm?

View source

#instruction?

View source

#memory_def?

View source

#memory_phi?

View source

#memory_use?

View source

#metadata_as_value?

View source

#undef_value?

View source