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