Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1972 Value *InsertEltChain = PoisonValue::get(CurrentInsertElt->getType()); in instCombineSVEDupqLane() local
1976 InsertEltChain = IC.Builder.CreateInsertElement(InsertEltChain, Elts[I], in instCombineSVEDupqLane()
1979 if (InsertEltChain == nullptr) in instCombineSVEDupqLane()
1998 II.getType(), PoisonValue::get(II.getType()), InsertEltChain, ZeroIdx); in instCombineSVEDupqLane()