Lines Matching refs:getValueAsInt
297 uint64_t Attribute::getValueAsInt() const { in getValueAsInt() function in Attribute
301 return pImpl->getValueAsInt(); in getValueAsInt()
345 return MaybeAlign(pImpl->getValueAsInt()); in getAlignment()
351 return MaybeAlign(pImpl->getValueAsInt()); in getStackAlignment()
358 return pImpl->getValueAsInt(); in getDereferenceableBytes()
365 return pImpl->getValueAsInt(); in getDereferenceableOrNullBytes()
372 return unpackAllocSizeArgs(pImpl->getValueAsInt()); in getAllocSizeArgs()
378 return unpackVScaleRangeArgs(pImpl->getValueAsInt()).first; in getVScaleRangeMin()
384 return unpackVScaleRangeArgs(pImpl->getValueAsInt()).second; in getVScaleRangeMax()
390 return UWTableKind(pImpl->getValueAsInt()); in getUWTableKind()
396 return AllocFnKind(pImpl->getValueAsInt()); in getAllocKind()
402 return MemoryEffects::createFromIntValue(pImpl->getValueAsInt()); in getMemoryEffects()
408 return static_cast<FPClassTest>(pImpl->getValueAsInt()); in getNoFPClass()
447 return (InAttrGrp ? "align=" + Twine(getValueAsInt()) in getAsString()
448 : "align " + Twine(getValueAsInt())) in getAsString()
452 return (InAttrGrp ? Name + ("=" + Twine(getValueAsInt())) in getAsString()
453 : Name + ("(" + Twine(getValueAsInt())) + ")") in getAsString()
658 uint64_t AttributeImpl::getValueAsInt() const { in getValueAsInt() function in AttributeImpl
698 return getValueAsInt() < AI.getValueAsInt(); in operator <()
1761 return A.getValueAsInt(); in getRawIntAttr()