isKnownToBeAPowerOfTwo: (X & Y) + Y is a power of 2 or zero if y is also.
[oota-llvm.git] / test / Transforms / InstCombine / strcpy_chk-64.ll
2011-03-15 Eric ChristopherIf we don't know how long a string is we can't fold...