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