Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp4276 Value *ZextLoad = Root; in isLoadCombineCandidateImpl() local
4279 while (!isa<ConstantExpr>(ZextLoad) && in isLoadCombineCandidateImpl()
4280 (match(ZextLoad, m_Or(m_Value(), m_Value())) || in isLoadCombineCandidateImpl()
4281 (match(ZextLoad, m_Shl(m_Value(), m_APInt(ShAmtC))) && in isLoadCombineCandidateImpl()
4283 auto *BinOp = cast<BinaryOperator>(ZextLoad); in isLoadCombineCandidateImpl()
4284 ZextLoad = BinOp->getOperand(0); in isLoadCombineCandidateImpl()
4290 if ((MustMatchOrInst && !FoundOr) || ZextLoad == Root || in isLoadCombineCandidateImpl()
4291 !match(ZextLoad, m_ZExt(m_Load(m_Value(LoadPtr))))) in isLoadCombineCandidateImpl()