Home | History | Annotate | Download | only in opt

Lines Matching refs:CanNotCompute

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