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