Add a ConstantRangeList attribute with the given ranges.
Declared in <llvm/IR/Attributes.h>
AttrBuilder&
addConstantRangeListAttr(
Attribute::AttrKind Kind,
ArrayRef<ConstantRange> Val);
A reference to this builder.
| Name | Description |
|---|---|
| Kind | ConstantRangeList attribute kind. |
| Val | List of constant ranges. |