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