Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAndOrXor.cpp2230 Value *LowerSrc, *ShlVal, *UpperSrc; in matchOrConcat() local
2234 !match(ShlVal, m_OneUse(m_ZExt(m_Value(UpperSrc))))) in matchOrConcat()
2236 if (*C != HalfWidth || LowerSrc->getType() != UpperSrc->getType() || in matchOrConcat()
2253 match(UpperSrc, m_BSwap(m_Value(UpperBSwap)))) in matchOrConcat()
2260 match(UpperSrc, m_BitReverse(m_Value(UpperBRev)))) in matchOrConcat()