Searched defs:NUW (Results 1 – 7 of 7) sorted by relevance
499 bool NUW = !WO->isSigned(); in processOverflowIntrinsic() local522 bool NUW = !SI->isSigned(); in processSaturatingInst() local751 bool NUW = BinOp->hasNoUnsignedWrap(); in processBinOp() local
993 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
281 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression()579 bool NSW = true, NUW = true; in DecomposeGEPExpression() local2004 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
3001 bool NUW = Q.IIQ.hasNoUnsignedWrap(LBO) && Q.IIQ.hasNoUnsignedWrap(RBO); in simplifyICmpWithBinOp() local
3460 bool NUW = false; in ParseValID() local5734 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
4032 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in foldICmpBinOp() local
43242 bool NUW = Add->getFlags().hasNoUnsignedWrap(); in promoteExtBeforeAdd() local