Searched refs:CurrentInsertElt (Results 1 – 1 of 1) sorted by relevance
1470 Value *CurrentInsertElt = nullptr, *Default = nullptr; in instCombineSVEDupqLane() local1473 m_Value(Default), m_Value(CurrentInsertElt), m_Value())) || in instCombineSVEDupqLane()1474 !isa<FixedVectorType>(CurrentInsertElt->getType())) in instCombineSVEDupqLane()1480 while (auto InsertElt = dyn_cast<InsertElementInst>(CurrentInsertElt)) { in instCombineSVEDupqLane()1483 CurrentInsertElt = InsertElt->getOperand(0); in instCombineSVEDupqLane()1487 isa<PoisonValue>(CurrentInsertElt) && isa<PoisonValue>(Default); in instCombineSVEDupqLane()1494 Value *InsertEltChain = PoisonValue::get(CurrentInsertElt->getType()); in instCombineSVEDupqLane()