Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1470 Value *CurrentInsertElt = nullptr, *Default = nullptr; in instCombineSVEDupqLane() local
1473 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()