Searched refs:BO1HasNUW (Results 1 – 1 of 1) sorted by relevance
2080 bool BO1HasNUW = BO1->hasNoUnsignedWrap(); in simplifyIRemMulShl() local2081 bool BO1NoWrap = IsSRem ? BO1HasNSW : BO1HasNUW; in simplifyIRemMulShl()