Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DCostModel.cpp217 BinaryOperator *NextLevelBinOp = nullptr; in matchPairwiseReductionAtLevel() local
219 if (!(NextLevelBinOp = dyn_cast<BinaryOperator>(NextLevelOp))) in matchPairwiseReductionAtLevel()
221 else if (NextLevelBinOp->getOpcode() != Opcode) in matchPairwiseReductionAtLevel()
239 return matchPairwiseReductionAtLevel(NextLevelBinOp, Level, NumLevels); in matchPairwiseReductionAtLevel()