Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSimplifyLibCalls.cpp166 bool VFlow; in convertStrToInt() local
167 Result = SaturatingMultiplyAdd(Result, Base, (uint64_t)DigVal, &VFlow); in convertStrToInt()
168 if (VFlow || Result > Max) in convertStrToInt()