Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2574 int LoOverflow = 0, HiOverflow = 0; in foldICmpDivConstant() local
2580 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2581 if (!HiOverflow) { in foldICmpDivConstant()
2593 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2594 if (!HiOverflow) in foldICmpDivConstant()
2625 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2626 if (!HiOverflow) in foldICmpDivConstant()
2638 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2640 if (HiOverflow) in foldICmpDivConstant()
2649 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]