I ran a big corps of Fuzz tests and could not find a case when predicate
evaluated to 'false' would fire here, seems that they all get optimized away
by other means. We also don't have a unit test that would show it's useful.
I am not 100% sure this is an NFC, but if it really causes any troubles, we
should add a test demonstrating it's useful. Otherwise, we save some CT
by reducing number of SCEV queries.
Was this supposed to be isKnownPredicateAt?