Searched refs:APAlign (Results 1 – 1 of 1) sorted by relevance
7141 std::optional<APInt> APAlign = getAPInt(A, *this, *Align); in updateImpl() local7142 if (!APAlign) { in updateImpl()7151 if (APAlign->ugt(llvm::Value::MaximumAlignment) || in updateImpl()7152 !APAlign->isPowerOf2()) { in updateImpl()7153 LLVM_DEBUG(dbgs() << "[H2S] Invalid allocation alignment: " << APAlign in updateImpl()