Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineMulDivRem.cpp2057 bool BO0HasNUW = BO0->hasNoUnsignedWrap(); in simplifyIRemMulShl() local
2058 bool BO0NoWrap = IsSRem ? BO0HasNSW : BO0HasNUW; in simplifyIRemMulShl()
2089 BO->setHasNoUnsignedWrap(!IsSRem || BO0HasNUW); in simplifyIRemMulShl()
2096 if (Y.uge(Z) && (IsSRem ? (BO0HasNSW && BO1HasNSW) : BO0HasNUW)) { in simplifyIRemMulShl()
2099 BO->setHasNoUnsignedWrap(BO0HasNUW); in simplifyIRemMulShl()