Lines Matching refs:getValueAsInt
280 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
284 return pImpl->getValueAsInt(); in getValueAsInt()
328 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment()
334 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment()
341 return pImpl->getValueAsInt(); in getDereferenceableBytes()
348 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
354 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
360 return unpackVScaleRangeArgs(pImpl->getValueAsInt()); in getVScaleRangeArgs()
388 Result += utostr(getValueAsInt()); in getAsString()
397 Result += utostr(getValueAsInt()); in getAsString()
400 Result += utostr(getValueAsInt()); in getAsString()
536 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
576 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1601 AllocSizeArgs = Attr.getValueAsInt(); in addAttribute()
1603 VScaleRangeArgs = Attr.getValueAsInt(); in addAttribute()