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

/freebsd-10-stable/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp2346 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); local
/freebsd-10-stable/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp2834 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); local

Completed in 138 milliseconds