Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1494 Value *InsertEltChain = PoisonValue::get(CurrentInsertElt->getType()); in instCombineSVEDupqLane() local
1498 InsertEltChain = Builder.CreateInsertElement(InsertEltChain, Elts[I], in instCombineSVEDupqLane()
1501 if (InsertEltChain == nullptr) in instCombineSVEDupqLane()
1520 II.getType(), PoisonValue::get(II.getType()), InsertEltChain, ZeroIdx); in instCombineSVEDupqLane()