Searched defs:NUW (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2151 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); local
2153 if (!NUW && !NSW)
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp1290 // If the shift is NUW, then it is just shifting out zeros, no need for an
2482 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); local
2484 if (!NUW && !NSW)

Completed in 93 milliseconds