Lines Matching refs:getValueAsInt
370 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
374 return pImpl->getValueAsInt(); in getValueAsInt()
429 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment()
435 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment()
442 return pImpl->getValueAsInt(); in getDereferenceableBytes()
449 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
456 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
462 return unpackVScaleRangeArgs(pImpl->getValueAsInt()).first; in getVScaleRangeMin()
468 return unpackVScaleRangeArgs(pImpl->getValueAsInt()).second; in getVScaleRangeMax()
474 return UWTableKind(pImpl->getValueAsInt()); in getUWTableKind()
480 return AllocFnKind(pImpl->getValueAsInt()); in getAllocKind()
486 return MemoryEffects::createFromIntValue(pImpl->getValueAsInt()); in getMemoryEffects()
492 return static_cast<FPClassTest>(pImpl->getValueAsInt()); in getNoFPClass()
543 return (InAttrGrp ? "align=" + Twine(getValueAsInt()) in getAsString()
544 : "align " + Twine(getValueAsInt())) in getAsString()
548 return (InAttrGrp ? Name + ("=" + Twine(getValueAsInt())) in getAsString()
549 : Name + ("(" + Twine(getValueAsInt())) + ")") in getAsString()
773 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
828 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1898 return A.getValueAsInt(); in getRawIntAttr()