Searched refs:IndexPHI (Results 1 – 1 of 1) sorted by relevance
1148 PHINode *IndexPHI = IRB.CreatePHI(IndexTy, N, "memchr.idx"); in foldMemChr() local1149 Value *FirstOccursLocation = IRB.CreateInBoundsPtrAdd(Base, IndexPHI); in foldMemChr()1164 IndexPHI->addIncoming(ConstantInt::get(IndexTy, I), BBCase); in foldMemChr()