Searched defs:isAligned (Results 1 – 6 of 6) sorted by relevance
145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
53 inline constexpr bool isAligned(uptr X, uptr Alignment) { in isAligned() function
4730 bool isAligned = in storeRegToStackSlot() local4753 bool isAligned = in loadRegFromStackSlot() local8405 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local8485 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local8550 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local8620 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; in unfoldMemoryOperand() local
29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
168 bool APInt::isAligned(Align A) const { in isAligned() function in APInt
188 bool isAligned(Align AlignCheck) const { in isAligned() function