Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2520 int LoOverflow = 0, HiOverflow = 0; in foldICmpDivConstant() local
2526 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2527 if (!HiOverflow) { in foldICmpDivConstant()
2539 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2540 if (!HiOverflow) in foldICmpDivConstant()
2571 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2572 if (!HiOverflow) in foldICmpDivConstant()
2584 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2586 if (HiOverflow) in foldICmpDivConstant()
2595 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]