Home
last modified time | relevance | path

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

/external/swiftshader/third_party/subzero/src/
DIceCfgNode.cpp1515 bool FoundAnd = false; in shortCircuit() local
1526 FoundAnd = (Arith->getOp() == InstArithmetic::OpKind::And); in shortCircuit()
1528 if (FoundOr || FoundAnd) { in shortCircuit()
1620 } else if (FoundAnd) { in shortCircuit()