Searched refs:SmallestElement (Results 1 – 2 of 2) sorted by relevance
259 unsigned SmallestElement = 8; in getSmallestAddressableSize() local268 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()269 SmallestElement = AtomicSize; in getSmallestAddressableSize()271 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()
286 unsigned SmallestElement = 8; in getSmallestAddressableSize() local295 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()296 SmallestElement = AtomicSize; in getSmallestAddressableSize()298 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()