Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DMVEGatherScatterLowering.cpp862 Instruction *NewInduction; in tryCreateIncrementingWBGatScat() local
869 NewInduction = ExtractValueInst::Create(Load, 1, "GatherIncrement"); in tryCreateIncrementingWBGatScat()
871 Builder.Insert(NewInduction); in tryCreateIncrementingWBGatScat()
874 EndResult = NewInduction = in tryCreateIncrementingWBGatScat()
878 AddInst->replaceAllUsesWith(NewInduction); in tryCreateIncrementingWBGatScat()
880 Phi->setIncomingValue(IncrementIndex, NewInduction); in tryCreateIncrementingWBGatScat()