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