Home
last modified time | relevance | path

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

/external/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp259 unsigned SmallestElement = 8; in getSmallestAddressableSize() local
268 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
269 SmallestElement = AtomicSize; in getSmallestAddressableSize()
271 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
DHexagonTargetObjectFile.cpp286 unsigned SmallestElement = 8; in getSmallestAddressableSize() local
295 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()
296 SmallestElement = AtomicSize; in getSmallestAddressableSize()
298 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()