Searched refs:shouldInvert (Results 1 – 1 of 1) sorted by relevance
1335 bool shouldInvert = false; in VisitTrueTest() local1346 shouldInvert = !isVarLHS && isVarRHS; in VisitTrueTest()1367 Out << "Assuming " << (shouldInvert ? RhsString : LhsString) << " is "; in VisitTrueTest()1370 if (shouldInvert) in VisitTrueTest()1403 Out << (shouldInvert ? LhsString : RhsString); in VisitTrueTest()