Return the size in bits of result ResNo.
Synopsis
Declared in <llvm/CodeGen/SelectionDAGNodes.h>
TypeSize
getValueSizeInBits(unsigned int ResNo) const;
Description
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.
Return Value
The size of result ResNo in bits.
Parameters
Name |
Description |
ResNo |
Result number. |
Created with MrDocs