llvm::SDNode::getValueSizeInBits

Returns MVT::getSizeInBits(getValueType(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

MVT::getSizeInBits(getValueType(ResNo)).