Searched refs:NUW (Results 1 – 4 of 4) sorted by relevance
268 DEFINE_HELPERS(Add, NUW) // CreateNUWAdd270 DEFINE_HELPERS(Sub, NUW) // CreateNUWSub272 DEFINE_HELPERS(Mul, NUW) // CreateNUWMul274 DEFINE_HELPERS(Shl, NUW) // CreateNUWShl
2163 bool NUW = false; in ParseValID() local2173 NUW = true; in ParseValID()2177 NUW = true; in ParseValID()2193 if (NUW) in ParseValID()2224 if (NUW) Flags |= OverflowingBinaryOperator::NoUnsignedWrap; in ParseValID()2872 bool NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction() local2874 if (!NUW) NUW = EatIfPresent(lltok::kw_nuw); in ParseInstruction()2878 if (NUW) cast<BinaryOperator>(Inst)->setHasNoUnsignedWrap(true); in ParseInstruction()
1877 bool NUW = LBO->hasNoUnsignedWrap() && LBO->hasNoUnsignedWrap(); in SimplifyICmpInst() local1879 if (!NUW && !NSW) in SimplifyICmpInst()
2429 bool NUW = BO0->hasNoUnsignedWrap() && BO1->hasNoUnsignedWrap(); in visitICmpInst() local2431 if (!NUW && !NSW) in visitICmpInst()