Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2684 APInt NormalizedC = C; in foldICmpSRemConstant() local
2686 assert(!NormalizedC.isZero() && in foldICmpSRemConstant()
2688 --NormalizedC; in foldICmpSRemConstant()
2691 NormalizedC.flipAllBits(); in foldICmpSRemConstant()
2694 if (!NormalizedC.uge(DivisorC->abs() - 1)) in foldICmpSRemConstant()