Convert constant to an approximate constant range. For vectors, the range is the union over the element ranges. Poison elements are ignored.

Synopsis

Declared in <llvm/IR/Constant.h>

ConstantRange
toConstantRange() const;

Return Value

An approximate constant range for this constant.

Created with MrDocs