Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2687 int LoOverflow = 0, HiOverflow = 0; in foldICmpDivConstant() local
2693 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2694 if (!HiOverflow) { in foldICmpDivConstant()
2706 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2707 if (!HiOverflow) in foldICmpDivConstant()
2738 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2739 if (!HiOverflow) in foldICmpDivConstant()
2751 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2753 if (HiOverflow) in foldICmpDivConstant()
2762 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]