Searched defs:NUW (Results 1 – 9 of 9) sorted by relevance
549 bool NUW = !WO->isSigned(); processOverflowIntrinsic() local 574 bool NUW = !SI->isSigned(); processSaturatingInst() local 1080 bool NUW = BinOp->hasNoUnsignedWrap(); processBinOp() local
1134 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); ConvertShiftToMul() local
186 shl(const KnownBits & LHS,const KnownBits & RHS,bool NUW,bool NSW,bool ShAmtNonZero) shl() argument [all...]
380 bool NUW = true, NSW = true; GetLinearExpression() local
3407 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local 3479 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
1091 bool NUW = Q.IIQ.hasNoUnsignedWrap(cast<OverflowingBinaryOperator>(I)); computeKnownBitsFromOperator() local [all...]
4032 bool NUW = false; parseValID() local 6473 bool NUW = EatIfPresent(lltok::kw_nuw); parseInstruction() local [all...]
4993 bool NUW = Op0HasNUW && Op1HasNUW; foldICmpBinOp() local
52480 bool NUW = Add->getFlags().hasNoUnsignedWrap(); promoteExtBeforeAdd() local [all...]