Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2466 int LoOverflow = 0, HiOverflow = 0; in foldICmpDivConstant() local
2472 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2473 if (!HiOverflow) { in foldICmpDivConstant()
2485 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2486 if (!HiOverflow) in foldICmpDivConstant()
2516 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2517 if (!HiOverflow) in foldICmpDivConstant()
2529 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2531 if (HiOverflow) in foldICmpDivConstant()
2542 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]