Home
last modified time | relevance | path

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

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