Determine the possible constant range of vscale with the given bit width, based on the vscale_range function attribute.
Synopsis
Declared in <llvm/Analysis/ValueTracking.h>
ConstantRange
getVScaleRange(
Function const* F,
unsigned int BitWidth);
Return Value
This class represents a range of values.
Created with MrDocs