Home
last modified time | relevance | path

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

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