Searched refs:NextLevelOp (Results 1 – 2 of 2) sorted by relevance
189 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local195 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()208 NextLevelOp = NextLevelOpL ? R : L; in matchPairwiseReductionAtLevel()216 if (!(NextLevelBinOp = dyn_cast<BinaryOperator>(NextLevelOp))) in matchPairwiseReductionAtLevel()
776 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local782 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()795 NextLevelOp = NextLevelOpL ? RD->RHS : RD->LHS; in matchPairwiseReductionAtLevel()803 getReductionData(cast<Instruction>(NextLevelOp)); in matchPairwiseReductionAtLevel()823 return matchPairwiseReductionAtLevel(cast<Instruction>(NextLevelOp), Level, in matchPairwiseReductionAtLevel()