Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
1337 bool shouldInvert = false; in VisitTrueTest() local1348 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()1369 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()1372 if (shouldInvert) in VisitTrueTest()1405 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()