Searched defs:NUW (Results 1 – 5 of 5) sorted by relevance
184 AssumptionCache *AC, DominatorTree *DT, bool &NSW, bool &NUW) { in GetLinearExpression()424 bool NSW = true, NUW = true; in DecomposeGEPExpression() local1528 bool NSW = true, NUW = true; in constantOffsetHeuristic() local
2833 bool NUW = LBO->hasNoUnsignedWrap() && RBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local
1047 bool NUW = cast<BinaryOperator>(Shl)->hasNoUnsignedWrap(); in ConvertShiftToMul() local
2879 bool NUW = false; in ParseValID() local4738 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local
3604 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local