Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp168 bool VFlow; in convertStrToInt() local
169 Result = SaturatingMultiplyAdd(Result, Base, (uint64_t)DigVal, &VFlow); in convertStrToInt()
170 if (VFlow || Result > Max) in convertStrToInt()