Searched refs:ResPhi (Results 1 – 1 of 1) sorted by relevance
706 PHINode *ResPhi = Builder.CreatePHI(ResType, 4, "mismatch_result"); in expandFindMismatch() local707 ResPhi->addIncoming(MaxLen, LoopIncBlock); in expandFindMismatch()708 ResPhi->addIncoming(IndexPhi, LoopStartBlock); in expandFindMismatch()709 ResPhi->addIncoming(MaxLen, SVELoopIncBlock); in expandFindMismatch()710 ResPhi->addIncoming(SVELoopRes, SVELoopMismatchBlock); in expandFindMismatch()712 Value *FinalRes = Builder.CreateTrunc(ResPhi, ResType); in expandFindMismatch()787 bool ResPhi = false; in transformByteCompare() local790 ResPhi = true; in transformByteCompare()797 if (ResPhi) in transformByteCompare()