Home
last modified time | relevance | path

Searched refs:ResPhi (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp818 PHINode *ResPhi = Builder.CreatePHI(ResType, 4, "mismatch_result"); in expandFindMismatch() local
819 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() local
904 ResPhi = true; in transformByteCompare()
911 if (ResPhi) in transformByteCompare()