Home
last modified time | relevance | path

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

/llvm-project-15.0.7/flang/runtime/
H A Dedit-input.cpp173 auto maxForKind{common::UnsignedInt128{1} << ((8 * kind) - 1)}; in EditIntegerInput() local
174 overflow |= value >= maxForKind && (value > maxForKind || !negate); in EditIntegerInput()