Searched refs:NextLevelOp (Results 1 – 1 of 1) sorted by relevance
1131 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local1137 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()1150 NextLevelOp = NextLevelOpL ? RD->RHS : RD->LHS; in matchPairwiseReductionAtLevel()1157 if (!isa<Instruction>(NextLevelOp)) in matchPairwiseReductionAtLevel()1160 getReductionData(cast<Instruction>(NextLevelOp)); in matchPairwiseReductionAtLevel()1180 return matchPairwiseReductionAtLevel(dyn_cast<Instruction>(NextLevelOp), Level, in matchPairwiseReductionAtLevel()