Home
last modified time | relevance | path

Searched defs:PropagateNSW (Results 1 – 2 of 2) sorted by relevance

/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp157 bool PropagateNSW = HasNSW && cast<ShlOperator>(Y)->hasNoSignedWrap(); foldMulShl1() local
168 bool PropagateNSW = HasNSW && Shift->hasNoSignedWrap(); foldMulShl1() local
H A DInstCombineAddSub.cpp2636 bool PropagateNSW = I.hasNoSignedWrap() && OBO0->hasNoSignedWrap() && visitSub() local