mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 14:40:25 +00:00
whitespace
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@198477 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
030ceadd69
commit
6a603a6992
@ -880,13 +880,13 @@ namespace llvm {
|
||||
const SCEV *computeBECount(const SCEV *Delta, const SCEV *Stride,
|
||||
bool Equality);
|
||||
|
||||
/// Verify if an linear IV with positive stride can overflow when in a
|
||||
/// Verify if an linear IV with positive stride can overflow when in a
|
||||
/// less-than comparison, knowing the invariant term of the comparison,
|
||||
/// the stride and the knowledge of NSW/NUW flags on the recurrence.
|
||||
bool doesIVOverflowOnLT(const SCEV *RHS, const SCEV *Stride,
|
||||
bool IsSigned, bool NoWrap);
|
||||
|
||||
/// Verify if an linear IV with negative stride can overflow when in a
|
||||
/// Verify if an linear IV with negative stride can overflow when in a
|
||||
/// greater-than comparison, knowing the invariant term of the comparison,
|
||||
/// the stride and the knowledge of NSW/NUW flags on the recurrence.
|
||||
bool doesIVOverflowOnGT(const SCEV *RHS, const SCEV *Stride,
|
||||
|
Loading…
Reference in New Issue
Block a user