Searched defs:NUW (Results 1 – 7 of 7) sorted by relevance
526 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local551 bool NUW = !SI->isSigned(); in processSaturatingInst() local937 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
1091 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
317 bool NUW = true, NSW = true; in GetLinearExpression() local
3105 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
3751 bool NUW = false; in parseValID() local6201 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
4113 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
47730 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local