Searched refs:SignBitAndAbove (Results 1 – 1 of 1) sorted by relevance
2485 int64_t SignBitAndAbove = II->getValue() >> (Size - 1); in ApplyTypeConstraints() local2486 if (SignBitAndAbove == -1 || SignBitAndAbove == 0 || in ApplyTypeConstraints()2487 SignBitAndAbove == 1) in ApplyTypeConstraints()