Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPRecipeBuilder.h31 PartialReductionChain(Instruction *Reduction, Instruction *ExtendA, in PartialReductionChain()
33 : Reduction(Reduction), ExtendA(ExtendA), ExtendB(ExtendB), in PartialReductionChain()
39 Instruction *ExtendA; member
H A DLoopVectorize.cpp8072 if (ExtendIsOnlyUsedByPartialReductions(Chain.ExtendA) && in collectScaledReductions()