Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4383 Value *Extnd = RdxDesc.isSigned() ? Builder.CreateSExt(Trunc, VecTy) in fixReduction() local
4388 (*UI++)->replaceUsesOfWith(RdxParts[Part], Extnd); in fixReduction()
4389 RdxParts[Part] = Extnd; in fixReduction()