Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DAggressiveInstCombine.cpp1148 Value *FirstOccursLocation = IRB.CreateInBoundsPtrAdd(Base, IndexPHI); in foldMemChr()
1174 PHI->addIncoming(FirstOccursLocation, BBSuccess); in foldMemChr()
1149 Value *FirstOccursLocation = IRB.CreateInBoundsPtrAdd(Base, IndexPHI); foldMemChr() local