Home
last modified time | relevance | path

Searched refs:SignBitAndAbove (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp2498 int64_t SignBitAndAbove = II->getValue() >> (Size - 1); in ApplyTypeConstraints() local
2499 if (SignBitAndAbove == -1 || SignBitAndAbove == 0 || in ApplyTypeConstraints()
2500 SignBitAndAbove == 1) in ApplyTypeConstraints()