Searched refs:CurrentInsertElt (Results 1 – 1 of 1) sorted by relevance
1950 Value *CurrentInsertElt = nullptr, *Default = nullptr; in instCombineSVEDupqLane() local1953 m_Value(Default), m_Value(CurrentInsertElt), m_Value())) || in instCombineSVEDupqLane()1954 !isa<FixedVectorType>(CurrentInsertElt->getType())) in instCombineSVEDupqLane()1960 while (auto InsertElt = dyn_cast<InsertElementInst>(CurrentInsertElt)) { in instCombineSVEDupqLane()1963 CurrentInsertElt = InsertElt->getOperand(0); in instCombineSVEDupqLane()1967 isa<PoisonValue>(CurrentInsertElt) && isa<PoisonValue>(Default); in instCombineSVEDupqLane()1972 Value *InsertEltChain = PoisonValue::get(CurrentInsertElt->getType()); in instCombineSVEDupqLane()