Set the opaque subclass data bits stored in this value.

Synopsis

Declared in <llvm/IR/Value.h>

void
setValueSubclassData(unsigned short D);

Parameters

Name

Description

D

New subclass data bits to store.

Created with MrDocs