Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
HDSLPVectorizer.cpp3624 Value *ZextLoad = FirstReduced; in isLoadCombineReductionCandidate() local
3625 while (match(ZextLoad, m_Or(m_Value(), m_Value())) || in isLoadCombineReductionCandidate()
3626 match(ZextLoad, m_Shl(m_Value(), m_Constant()))) in isLoadCombineReductionCandidate()
3627 ZextLoad = cast<BinaryOperator>(ZextLoad)->getOperand(0); in isLoadCombineReductionCandidate()
3631 if (!match(ZextLoad, m_ZExt(m_Load(m_Value(LoadPtr))))) in isLoadCombineReductionCandidate()