Lines Matching refs:getValueAsInt
283 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
287 return pImpl->getValueAsInt(); in getValueAsInt()
331 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment()
337 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment()
344 return pImpl->getValueAsInt(); in getDereferenceableBytes()
351 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
357 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
363 return unpackVScaleRangeArgs(pImpl->getValueAsInt()).first; in getVScaleRangeMin()
369 return unpackVScaleRangeArgs(pImpl->getValueAsInt()).second; in getVScaleRangeMax()
375 return UWTableKind(pImpl->getValueAsInt()); in getUWTableKind()
381 return AllocFnKind(pImpl->getValueAsInt()); in getAllocKind()
406 return (InAttrGrp ? "align=" + Twine(getValueAsInt()) in getAsString()
407 : "align " + Twine(getValueAsInt())) in getAsString()
411 return (InAttrGrp ? Name + ("=" + Twine(getValueAsInt())) in getAsString()
412 : Name + ("(" + Twine(getValueAsInt())) + ")") in getAsString()
569 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
609 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1644 return A.isValid() ? A.getValueAsInt() : 0; in getRawIntAttr()