Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseHLSLRootSignature.cpp1286 int64_t MaxNegativeMagnitude = -int64_t(std::numeric_limits<int32_t>::min()); in handleIntLiteral() local
1287 Overflowed |= (Negated && MaxNegativeMagnitude < Val.getExtValue()); in handleIntLiteral()