Searched refs:HighBitMaskCst (Results 1 – 1 of 1) sorted by relevance
3045 const APInt *BiasCst, *HighBitMaskCst; in foldRoundUpIntegerWithPow2Alignment() local3048 m_APIntAllowPoison(HighBitMaskCst))) && in foldRoundUpIntegerWithPow2Alignment()3050 m_Add(m_And(m_Specific(X), m_APIntAllowPoison(HighBitMaskCst)), in foldRoundUpIntegerWithPow2Alignment()3058 if (InvertedLowBitMaskCst != *HighBitMaskCst) in foldRoundUpIntegerWithPow2Alignment()3077 Value *R = Builder.CreateAnd(XOffset, ConstantInt::get(Ty, *HighBitMaskCst)); in foldRoundUpIntegerWithPow2Alignment()