Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
1386 bool shouldInvert = false; in VisitTrueTest() local1397 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()1418 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()1421 if (shouldInvert) in VisitTrueTest()1454 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()