Home | History | Annotate | Download | only in IR

Lines Matching defs:getValueAsInt

113 uint64_t Attribute::getValueAsInt() const {
117 return pImpl ? pImpl->getValueAsInt() : 0;
147 return pImpl->getValueAsInt();
155 return pImpl->getValueAsInt();
239 Result += utostr(getValueAsInt());
248 Result += utostr(getValueAsInt());
251 Result += utostr(getValueAsInt());
304 uint64_t AttributeImpl::getValueAsInt() const {
330 if (AI.isAlignAttribute()) return getValueAsInt() < AI.getValueAsInt();