PhiValue

Functions in this group only apply to instructions that map to llvm::PHINode instances.

PHINode is a subgroup of Instruction.

struct PhiValue {
LxInstructionValue value;
}

Alias This

value

Members

Functions

incomingBlocks
IncomingBlocksRange incomingBlocks()

* Add an incoming value to the end of a PHI list. */ /// Obtain the number of incoming basic blocks to a PHI node

Meta