Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp218 bool VFlow; in convertStrToInt() local
219 Result = SaturatingMultiplyAdd(Result, Base, (uint64_t)DigVal, &VFlow); in convertStrToInt()
220 if (VFlow || Result > Max) in convertStrToInt()