Searched refs:LowBitMaskCst (Results 1 – 1 of 1) sorted by relevance
2601 const APInt *LowBitMaskCst; in foldRoundUpIntegerWithPow2Alignment() local2602 if (!match(XLowBits, m_And(m_Specific(X), m_APIntAllowUndef(LowBitMaskCst)))) in foldRoundUpIntegerWithPow2Alignment()2611 if (!LowBitMaskCst->isMask()) in foldRoundUpIntegerWithPow2Alignment()2614 APInt InvertedLowBitMaskCst = ~*LowBitMaskCst; in foldRoundUpIntegerWithPow2Alignment()2618 APInt AlignmentCst = *LowBitMaskCst + 1; in foldRoundUpIntegerWithPow2Alignment()2620 if (*BiasCst != AlignmentCst && *BiasCst != *LowBitMaskCst) in foldRoundUpIntegerWithPow2Alignment()2624 if (*BiasCst == *LowBitMaskCst) in foldRoundUpIntegerWithPow2Alignment()2631 Value *XOffset = Builder.CreateAdd(X, ConstantInt::get(Ty, *LowBitMaskCst), in foldRoundUpIntegerWithPow2Alignment()