Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp3045 const APInt *BiasCst, *HighBitMaskCst; in foldRoundUpIntegerWithPow2Alignment() local
3048 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()