Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3797 Value *Extnd = RdxDesc.isSigned() ? Builder.CreateSExt(Trunc, VecTy) in fixReduction() local
3802 (*UI++)->replaceUsesOfWith(RdxParts[Part], Extnd); in fixReduction()
3803 RdxParts[Part] = Extnd; in fixReduction()