Searched refs:VecRdxPhi (Results 1 – 2 of 2) sorted by relevance
3569 VectorParts &VecRdxPhi = WidenMap.get(Phi); in vectorizeLoop() local3577 cast<PHINode>(VecRdxPhi[part]) in vectorizeLoop()3579 cast<PHINode>(VecRdxPhi[part]) in vectorizeLoop()
3610 Value *VecRdxPhi = getOrCreateVectorValue(Phi, Part); in fixReduction() local3615 cast<PHINode>(VecRdxPhi)->addIncoming(StartVal, LoopVectorPreHeader); in fixReduction()3616 cast<PHINode>(VecRdxPhi) in fixReduction()