Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2056 bool BO0HasNSW = BO0->hasNoSignedWrap(); in simplifyIRemMulShl() local
2058 bool BO0NoWrap = IsSRem ? BO0HasNSW : BO0HasNUW; in simplifyIRemMulShl()
2088 BO->setHasNoSignedWrap(IsSRem || BO0HasNSW); in simplifyIRemMulShl()
2096 if (Y.uge(Z) && (IsSRem ? (BO0HasNSW && BO1HasNSW) : BO0HasNUW)) { in simplifyIRemMulShl()