Hold arbitary subclass data.

Synopsis

Declared in <llvm/IR/Value.h>

unsigned char SubclassOptionalData : [object Object];

Description

This member is similar to SubclassData, however it is often used for holding information which may be used to aid optimization, but which may be cleared to zero without affecting conservative interpretation.

Created with MrDocs