Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3939 Value *Extnd = RdxDesc.isSigned() ? Builder.CreateSExt(Trunc, VecTy) in fixReduction() local
3943 U->replaceUsesOfWith(RdxParts[Part], Extnd); in fixReduction()
3944 RdxParts[Part] = Extnd; in fixReduction()