Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp795 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local
801 NextLevelOp = NextLevelOpL; in matchPairwiseReductionAtLevel()
814 NextLevelOp = NextLevelOpL ? RD->RHS : RD->LHS; in matchPairwiseReductionAtLevel()
822 getReductionData(cast<Instruction>(NextLevelOp)); in matchPairwiseReductionAtLevel()
842 return matchPairwiseReductionAtLevel(cast<Instruction>(NextLevelOp), Level, in matchPairwiseReductionAtLevel()