Searched defs:isAligned (Results 1 – 6 of 6) sorted by relevance
145 inline bool isAligned(Align Lhs, uint64_t SizeInBytes) { in isAligned() function
49 inline constexpr bool isAligned(uptr X, uptr Alignment) { isAligned() function
29 static bool isAligned(const Value *Base, const APInt &Offset, Align Alignment, in isAligned() function
8406 Opc = getLoadRegOpcode(Reg, RC, isAligned, Subtarget); in unfoldMemoryOperand() local 4625 bool isAligned = storeRegToStackSlot() local 4648 bool isAligned = loadRegFromStackSlot() local 8326 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; unfoldMemoryOperand() local 8472 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; unfoldMemoryOperand() local 8542 bool isAligned = !MMOs.empty() && MMOs.front()->getAlign() >= Alignment; unfoldMemoryOperand() local [all...]
168 bool APInt::isAligned(Align A) const { in isAligned() function in APInt
186 return DstAlignCanChange || llvm::isAligned(AlignCheck, DstAlign.value()); in isAligned() function