search for: isperhapszero

Displaying 1 result from an estimated 1 matches for "isperhapszero".

2012 Apr 09
0
[LLVMdev] new methods for ScalarEvolutions
...beNegative = !SE->isKnownNonNegative(delta); I'm really happy with the power of the SCEVs, letting me answer these questions, but I'm unhappy with how the code reads, namely the double negatives. Perhaps we might introduce a handful of new methods, things like *bool ScalarEvolution::isPerhapsZero(const SCEV *S) {* * return !isKnownNonZero(S);* * }* Seem useful? Preston -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120409/3403e9ac/attachment.html>