Searched defs:NUW (Results 1 – 4 of 4) sorted by relevance
1062 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
2701 bool NUW = false; in ParseValID() local4441 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
3481 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local
2761 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local