Home
last modified time | relevance | path

Searched refs:SmallestElement (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Target/Hexagon/
H A DHexagonTargetObjectFile.cpp297 unsigned SmallestElement = 8; in getSmallestAddressableSize() local
306 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
307 SmallestElement = AtomicSize; in getSmallestAddressableSize()
309 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()