Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2714 APInt DivNeg = -RangeSize; in foldICmpDivConstant() local
2715 LoOverflow = addWithOverflow(LoBound, HiBound, DivNeg, true) ? -1 : 0; in foldICmpDivConstant()