Searched refs:ReduxType (Results 1 – 1 of 1) sorted by relevance
470 Type *ReduxType; in getInstructionCost() local472 if (matchVectorSplittingReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost()473 return TTI->getReductionCost(ReduxOpCode, ReduxType, false); in getInstructionCost()474 else if (matchPairwiseReduction(EEI, ReduxOpCode, ReduxType)) in getInstructionCost()475 return TTI->getReductionCost(ReduxOpCode, ReduxType, true); in getInstructionCost()