Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp1131 Value *NextLevelOp = nullptr; in matchPairwiseReductionAtLevel() local
1137 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()