Searched defs:IsAligned (Results 1 – 7 of 7) sorted by relevance
17 bool IsAligned(const void* pointer) { in IsAligned() function25 bool IsAligned<8>(const void* pointer) { in IsAligned() function
34 bool IsAligned(const void* ptr) { in IsAligned() function
123 inline bool IsAligned(T value, U alignment) { in IsAligned() function
17 static bool IsAligned(void* ptr) { in IsAligned() function
315 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro
20838 bool IsAligned = Alignment == 0 || Alignment >= MemVT.getSizeInBits()/8; in PerformLOADCombine() local21034 bool IsAligned = Alignment == 0 || Alignment >= VT.getSizeInBits()/8; in PerformSTORECombine() local