Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2198 int LoOverflow = 0, HiOverflow = 0; in foldICmpDivConstant() local
2204 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2217 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2223 LoOverflow = HiOverflow = ProdOV ? -1 : 0; in foldICmpDivConstant()
2224 if (!LoOverflow) { in foldICmpDivConstant()
2244 if (!LoOverflow) in foldICmpDivConstant()
2248 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2261 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2267 if (LoOverflow) in foldICmpDivConstant()
2274 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]