Searched defs:IsAligned (Results 1 – 4 of 4) sorted by relevance
123 inline bool IsAligned(T value, U alignment) { in IsAligned() function
391 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro
22531 bool IsAligned = Alignment == 0 || Alignment >= MemVT.getSizeInBits()/8; in PerformLOADCombine() local22738 bool IsAligned = Alignment == 0 || Alignment >= VT.getSizeInBits()/8; in PerformSTORECombine() local