Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp2080 bool BO1HasNUW = BO1->hasNoUnsignedWrap(); in simplifyIRemMulShl() local
2081 bool BO1NoWrap = IsSRem ? BO1HasNSW : BO1HasNUW; in simplifyIRemMulShl()