Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp865 Instruction *NewInduction; in tryCreateIncrementingWBGatScat() local
872 NewInduction = ExtractValueInst::Create(Load, 1, "GatherIncrement"); in tryCreateIncrementingWBGatScat()
874 Builder.Insert(NewInduction); in tryCreateIncrementingWBGatScat()
877 EndResult = NewInduction = in tryCreateIncrementingWBGatScat()
881 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat()
883 Phi->setIncomingValue(IncrementIndex, NewInduction); in tryCreateIncrementingWBGatScat()