Home
last modified time | relevance | path

Searched refs:LoOverflow (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()
2706 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2713 if (!LoOverflow) { in foldICmpDivConstant()
2733 if (!LoOverflow) in foldICmpDivConstant()
2734 LoOverflow = in foldICmpDivConstant()
2738 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2751 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2756 if (LoOverflow) in foldICmpDivConstant()
2762 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]