Searched refs:ResPhi (Results 1 – 1 of 1) sorted by relevance
818 PHINode *ResPhi = Builder.CreatePHI(ResType, 4, "mismatch_result"); in expandFindMismatch() local819 ResPhi->addIncoming(MaxLen, LoopIncBlock); in expandFindMismatch()820 ResPhi->addIncoming(IndexPhi, LoopStartBlock); in expandFindMismatch()821 ResPhi->addIncoming(MaxLen, VectorLoopIncBlock); in expandFindMismatch()822 ResPhi->addIncoming(VectorLoopRes, VectorLoopMismatchBlock); in expandFindMismatch()824 Value *FinalRes = Builder.CreateTrunc(ResPhi, ResType); in expandFindMismatch()901 bool ResPhi = false; in transformByteCompare() local904 ResPhi = true; in transformByteCompare()911 if (ResPhi) in transformByteCompare()