Home
last modified time | relevance | path

Searched refs:HiOverflow (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()
2205 if (!HiOverflow) { in foldICmpDivConstant()
2217 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2218 if (!HiOverflow) in foldICmpDivConstant()
2248 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2249 if (!HiOverflow) in foldICmpDivConstant()
2261 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2263 if (HiOverflow) in foldICmpDivConstant()
2274 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]