Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4416 Value *Extnd = RdxDesc.isSigned() ? Builder.CreateSExt(Trunc, VecTy) in fixReduction() local
4421 (*UI++)->replaceUsesOfWith(RdxParts[Part], Extnd); in fixReduction()
4422 RdxParts[Part] = Extnd; in fixReduction()