Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/Dialect/IR/
H A DCIRAttrs.cpp114 static bool isTooLargeForType(const mlir::APInt &value, IntT expectedValue) { in isTooLargeForType() function
132 if (isTooLargeForType(value, ivalue)) in parseIntLiteralImpl()