Home | History | Annotate | Download | only in IR

Lines Matching refs:getValueAsInt

114 uint64_t Attribute::getValueAsInt() const {
118 return pImpl ? pImpl->getValueAsInt() : 0;
148 return pImpl->getValueAsInt();
156 return pImpl->getValueAsInt();
248 Result += utostr(getValueAsInt());
257 Result += utostr(getValueAsInt());
260 Result += utostr(getValueAsInt());
317 uint64_t AttributeImpl::getValueAsInt() const {
343 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();