Searched defs:isAligned (Results 1 – 5 of 5) sorted by relevance
146 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function152 inline bool isAligned(MaybeAlign Lhs, uint64_t SizeInBytes) { in isAligned() function
37 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() function
39 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
3251 bool isAligned = in storeRegToStackSlot() local3266 bool isAligned = in loadRegFromStackSlot() local5507 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local5584 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local5651 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local5717 bool isAligned = !MMOs.empty() && MMOs.front()->getAlignment() >= Alignment; in unfoldMemoryOperand() local
83 static INLINE bool isAligned(const void *Ptr) { in isAligned() function