Searched defs:NUW (Results 1 – 7 of 7) sorted by relevance
576 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local601 bool NUW = !SI->isSigned(); in processSaturatingInst() local1063 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
1096 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
361 bool NUW = true, NSW = true; in GetLinearExpression() local
3427 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
3825 bool NUW = false; in parseValID() local6309 bool NUW = EatIfPresent(lltok::kw_nuw); in parseInstruction() local
4426 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
52858 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local