Searched refs:LHSSub (Results 1 – 1 of 1) sorted by relevance
2235 OverflowingBinaryOperator *LHSSub = cast<OverflowingBinaryOperator>(Op0); in visitSub() local2236 bool HasNUW = I.hasNoUnsignedWrap() && LHSSub->hasNoUnsignedWrap(); in visitSub()2237 bool HasNSW = HasNUW && I.hasNoSignedWrap() && LHSSub->hasNoSignedWrap(); in visitSub()