Home
last modified time | relevance | path

Searched refs:HighBitMaskCst (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2815 const APInt *BiasCst, *HighBitMaskCst; in foldRoundUpIntegerWithPow2Alignment() local
2818 m_APIntAllowUndef(HighBitMaskCst))) && in foldRoundUpIntegerWithPow2Alignment()
2820 m_Add(m_And(m_Specific(X), m_APIntAllowUndef(HighBitMaskCst)), in foldRoundUpIntegerWithPow2Alignment()
2828 if (InvertedLowBitMaskCst != *HighBitMaskCst) in foldRoundUpIntegerWithPow2Alignment()
2846 Value *R = Builder.CreateAnd(XOffset, ConstantInt::get(Ty, *HighBitMaskCst)); in foldRoundUpIntegerWithPow2Alignment()