Return the size in bits of result ResNo.
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
TypeSize
getValueSizeInBits(unsigned int ResNo) const;
If the value type is a scalable vector type, the scalable property will be set and the runtime size will be a positive integer multiple of the base size.
The size of result ResNo in bits.
| Name | Description |
|---|---|
| ResNo | Result number. |