Searched refs:SignExtendingValueBaseConstant (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1180 Constant *SignExtendingValueBaseConstant; local
1182 m_Shl(m_Constant(SignExtendingValueBaseConstant),
1187 ? !match(SignExtendingValueBaseConstant, m_One())
1188 : !match(SignExtendingValueBaseConstant, m_AllOnes()))

Completed in 345 milliseconds