Searched refs:SignBitAndAbove (Results 1 – 2 of 2) sorted by relevance
1734 int64_t SignBitAndAbove = II->getValue() >> (Size - 1); in ApplyTypeConstraints() local1735 if (SignBitAndAbove == -1 || SignBitAndAbove == 0 || SignBitAndAbove == 1) in ApplyTypeConstraints()
2399 int64_t SignBitAndAbove = II->getValue() >> (Size - 1); in ApplyTypeConstraints() local2400 if (SignBitAndAbove == -1 || SignBitAndAbove == 0 || in ApplyTypeConstraints()2401 SignBitAndAbove == 1) in ApplyTypeConstraints()