Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopIdiomVectorize.cpp799 Value *PhiInc = Builder.CreateAdd(IndexPhi, ConstantInt::get(ResType, 1), "", in expandFindMismatch() local
802 IndexPhi->addIncoming(PhiInc, LoopIncBlock); in expandFindMismatch()
803 Value *IVCmp = Builder.CreateICmpEQ(PhiInc, MaxLen); in expandFindMismatch()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUCodeGenPrepare.cpp1802 if (const auto *PhiInc = dyn_cast<PHINode>(Inc)) in collectPHINodes() local
1803 collectPHINodes(*PhiInc, SeenPHIs); in collectPHINodes()