IncomingPair

The incoming value can be represenented as either a Value or BasicBlock.

struct IncomingPair {
BasicBlock block;
LxValue value;
}

Meta