Home | History | Annotate | Download | only in IR

Lines Matching refs:getValueAsInt

111 uint64_t Attribute::getValueAsInt() const {
114 return pImpl ? pImpl->getValueAsInt() : 0;
142 return pImpl->getValueAsInt();
150 return pImpl->getValueAsInt();
228 Result += utostr(getValueAsInt());
237 Result += utostr(getValueAsInt());
240 Result += utostr(getValueAsInt());
322 uint64_t AttributeImpl::getValueAsInt() const {
345 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();