Home
last modified time | relevance | path

Searched refs:LoOverflow (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()
2485 HiOverflow = LoOverflow = ProdOV; in foldICmpDivConstant()
2491 LoOverflow = HiOverflow = ProdOV ? -1 : 0; in foldICmpDivConstant()
2492 if (!LoOverflow) { in foldICmpDivConstant()
2512 if (!LoOverflow) in foldICmpDivConstant()
2516 LoOverflow = HiOverflow = ProdOV; in foldICmpDivConstant()
2529 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
2535 if (LoOverflow) in foldICmpDivConstant()
2542 if (LoOverflow && HiOverflow) in foldICmpDivConstant()
[all …]