Home
last modified time | relevance | path

Searched defs:IsAligned (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dutils.h123 inline bool IsAligned(T value, U alignment) { in IsAligned() function
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_common.h391 INLINE bool IsAligned(uptr a, uptr alignment) { in IsAligned() function
/external/mdnsresponder/mDNSShared/
DCommonServices.h622 #define IsAligned( X, Y ) ( ( ( X ) & ( ( Y ) - 1 ) ) == 0 ) macro
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp22531 bool IsAligned = Alignment == 0 || Alignment >= MemVT.getSizeInBits()/8; in PerformLOADCombine() local
22738 bool IsAligned = Alignment == 0 || Alignment >= VT.getSizeInBits()/8; in PerformSTORECombine() local