Searched refs:AccumulatorNode (Results 1 - 1 of 1) sorted by relevance

/frameworks/compile/libbcc/bcinfo/
H A DMetadataExtractor.cpp524 llvm::MDNode *AccumulatorNode = llvm::dyn_cast<llvm::MDNode>(Node->getOperand(2)); local
525 if (!AccumulatorNode || AccumulatorNode->getNumOperands() != 2) {
529 TmpReduceList[i].mAccumulatorName = createStringFromValue(AccumulatorNode->getOperand(0));
531 AccumulatorNode->getOperand(1))) {

Completed in 257 milliseconds