Searched refs:ZextLoad (Results 1 – 1 of 1) sorted by relevance
3624 Value *ZextLoad = FirstReduced; in isLoadCombineReductionCandidate() local3625 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()