Searched refs:SmallestElement (Results 1 – 3 of 3) 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()
293 unsigned SmallestElement = 8; in getSmallestAddressableSize() local302 if (AtomicSize < SmallestElement) in getSmallestAddressableSize()303 SmallestElement = AtomicSize; in getSmallestAddressableSize()305 return (STy->getNumElements() == 0) ? 0 : SmallestElement; in getSmallestAddressableSize()