reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

Declarations

lib/IR/AttributeImpl.h
   67   uint64_t getValueAsInt() const;

References

lib/IR/AttributeImpl.h
   81       Profile(ID, getKindAsEnum(), getValueAsInt());
lib/IR/Attributes.cpp
  210   return pImpl->getValueAsInt();
  247   return MaybeAlign(pImpl->getValueAsInt());
  253   return MaybeAlign(pImpl->getValueAsInt());
  260   return pImpl->getValueAsInt();
  267   return pImpl->getValueAsInt();
  273   return unpackAllocSizeArgs(pImpl->getValueAsInt());
  570         return getValueAsInt() < AI.getValueAsInt();
  570         return getValueAsInt() < AI.getValueAsInt();