Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp2605 const APInt *BiasCst, *HighBitMaskCst; in foldRoundUpIntegerWithPow2Alignment() local
2608 m_APIntAllowUndef(HighBitMaskCst)))) in foldRoundUpIntegerWithPow2Alignment()
2615 if (InvertedLowBitMaskCst != *HighBitMaskCst) in foldRoundUpIntegerWithPow2Alignment()
2633 Value *R = Builder.CreateAnd(XOffset, ConstantInt::get(Ty, *HighBitMaskCst)); in foldRoundUpIntegerWithPow2Alignment()