Searched refs:FoundAnd (Results 1 – 1 of 1) sorted by relevance
1252 bool FoundAnd = false; in shortCircuit() local1263 FoundAnd = (Arith->getOp() == InstArithmetic::OpKind::And); in shortCircuit()1265 if (FoundOr || FoundAnd) { in shortCircuit()1357 } else if (FoundAnd) { in shortCircuit()