Searched refs:CurrentInsertElt (Results 1 – 1 of 1) sorted by relevance
2560 Value *CurrentInsertElt = nullptr, *Default = nullptr; in instCombineSVEDupqLane() local2563 m_Value(Default), m_Value(CurrentInsertElt), m_Value())) || in instCombineSVEDupqLane()2564 !isa<FixedVectorType>(CurrentInsertElt->getType())) in instCombineSVEDupqLane()2570 while (auto InsertElt = dyn_cast<InsertElementInst>(CurrentInsertElt)) { in instCombineSVEDupqLane()2573 CurrentInsertElt = InsertElt->getOperand(0); in instCombineSVEDupqLane()2577 isa<PoisonValue>(CurrentInsertElt) && isa<PoisonValue>(Default); in instCombineSVEDupqLane()2582 Value *InsertEltChain = PoisonValue::get(CurrentInsertElt->getType()); in instCombineSVEDupqLane()