Home
last modified time | relevance | path

Searched refs:CurrentInsertElt (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1950 Value *CurrentInsertElt = nullptr, *Default = nullptr; in instCombineSVEDupqLane() local
1953 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()