Searched refs:PhiParts (Results 1 – 1 of 1) sorted by relevance
3807 auto &PhiParts = getVectorValue(Phi); in fixFirstOrderRecurrence() local3808 Builder.SetInsertPoint(cast<Instruction>(PhiParts[0])); in fixFirstOrderRecurrence()3843 PhiParts[Part]->replaceAllUsesWith(Shuffle); in fixFirstOrderRecurrence()3844 cast<Instruction>(PhiParts[Part])->eraseFromParent(); in fixFirstOrderRecurrence()3845 PhiParts[Part] = Shuffle; in fixFirstOrderRecurrence()