Lines Matching refs:ConstantRange
85 const ConstantRange &getValueAsConstantRange() const;
87 ArrayRef<ConstantRange> getValueAsConstantRangeList() const;
131 const ConstantRange &CR) { in Profile()
138 ArrayRef<ConstantRange> Val) { in Profile()
235 ConstantRange CR;
238 ConstantRangeAttributeImpl(Attribute::AttrKind Kind, const ConstantRange &CR) in ConstantRangeAttributeImpl()
241 const ConstantRange &getConstantRangeValue() const { return CR; } in getConstantRangeValue()
246 private TrailingObjects<ConstantRangeListAttributeImpl, ConstantRange> {
250 size_t numTrailingObjects(OverloadToken<ConstantRange>) const { return Size; } in numTrailingObjects() argument
254 ArrayRef<ConstantRange> Val) in ConstantRangeListAttributeImpl()
257 ConstantRange *TrailingCR = getTrailingObjects<ConstantRange>(); in ConstantRangeListAttributeImpl()
262 ConstantRange *TrailingCR = getTrailingObjects<ConstantRange>(); in ~ConstantRangeListAttributeImpl()
264 TrailingCR[I].~ConstantRange(); in ~ConstantRangeListAttributeImpl()
267 ArrayRef<ConstantRange> getConstantRangeListValue() const { in getConstantRangeListValue()
268 return ArrayRef(getTrailingObjects<ConstantRange>(), Size); in getConstantRangeListValue()
271 static size_t totalSizeToAlloc(ArrayRef<ConstantRange> Val) { in totalSizeToAlloc()
272 return TrailingObjects::totalSizeToAlloc<ConstantRange>(Val.size()); in totalSizeToAlloc()