Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3600 Value *Extnd = RdxDesc.isSigned() ? Builder.CreateSExt(Trunc, VecTy) in vectorizeLoop() local
3605 (*UI++)->replaceUsesOfWith(RdxParts[part], Extnd); in vectorizeLoop()
3606 RdxParts[part] = Extnd; in vectorizeLoop()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3639 Value *Extnd = RdxDesc.isSigned() ? Builder.CreateSExt(Trunc, VecTy) in fixReduction() local
3644 (*UI++)->replaceUsesOfWith(RdxParts[Part], Extnd); in fixReduction()
3645 RdxParts[Part] = Extnd; in fixReduction()