Searched refs:PhiInc (Results 1 – 2 of 2) sorted by relevance
846 Value *PhiInc = Builder.CreateAdd(IndexPhi, ConstantInt::get(ResType, 1), "", in expandFindMismatch() local849 IndexPhi->addIncoming(PhiInc, LoopIncBlock); in expandFindMismatch()850 Value *IVCmp = Builder.CreateICmpEQ(PhiInc, MaxLen); in expandFindMismatch()
1898 if (const auto *PhiInc = dyn_cast<PHINode>(Inc)) in collectPHINodes() local1899 collectPHINodes(*PhiInc, SeenPHIs); in collectPHINodes()