Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3569 VectorParts &VecRdxPhi = WidenMap.get(Phi); in vectorizeLoop() local
3577 cast<PHINode>(VecRdxPhi[part]) in vectorizeLoop()
3579 cast<PHINode>(VecRdxPhi[part]) in vectorizeLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3610 Value *VecRdxPhi = getOrCreateVectorValue(Phi, Part); in fixReduction() local
3615 cast<PHINode>(VecRdxPhi)->addIncoming(StartVal, LoopVectorPreHeader); in fixReduction()
3616 cast<PHINode>(VecRdxPhi) in fixReduction()