Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp157 bool PropagateNSW = HasNSW && cast<ShlOperator>(Y)->hasNoSignedWrap(); in foldMulShl1() local
168 bool PropagateNSW = HasNSW && Shift->hasNoSignedWrap(); in foldMulShl1() local
DInstCombineAddSub.cpp2381 bool PropagateNSW = I.hasNoSignedWrap() && OBO0->hasNoSignedWrap() && in visitSub() local