Searched refs:CurrentInsertElt (Results 1 – 1 of 1) sorted by relevance
1771 Value *CurrentInsertElt = nullptr, *Default = nullptr; in instCombineSVEDupqLane() local1774 m_Value(Default), m_Value(CurrentInsertElt), m_Value())) || in instCombineSVEDupqLane()1775 !isa<FixedVectorType>(CurrentInsertElt->getType())) in instCombineSVEDupqLane()1781 while (auto InsertElt = dyn_cast<InsertElementInst>(CurrentInsertElt)) { in instCombineSVEDupqLane()1784 CurrentInsertElt = InsertElt->getOperand(0); in instCombineSVEDupqLane()1788 isa<PoisonValue>(CurrentInsertElt) && isa<PoisonValue>(Default); in instCombineSVEDupqLane()1793 Value *InsertEltChain = PoisonValue::get(CurrentInsertElt->getType()); in instCombineSVEDupqLane()