Lines Matching refs:CanNotCompute
300 // If either node is simplified to a CanNotCompute we can't perform any302 if (source_node->GetType() == SENode::CanNotCompute ||303 destination_node->GetType() == SENode::CanNotCompute) {307 "CanNotCompute. Abandoning evaluation for this subscript.");