Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp774 PHINode *IndexPhi = Builder.CreatePHI(ResType, 2, "mismatch_index"); in expandFindMismatch() local
775 IndexPhi->addIncoming(Start, LoopPreHeaderBlock); in expandFindMismatch()
779 Value *GepOffset = Builder.CreateZExt(IndexPhi, I64Type); in expandFindMismatch()
799 Value *PhiInc = Builder.CreateAdd(IndexPhi, ConstantInt::get(ResType, 1), "", in expandFindMismatch()
802 IndexPhi->addIncoming(PhiInc, LoopIncBlock); in expandFindMismatch()
820 ResPhi->addIncoming(IndexPhi, LoopStartBlock); in expandFindMismatch()