Searched refs:Modifications (Results 1 – 5 of 5) sorted by relevance
211 SmallVector<std::function<void()>, 8> Modifications; in mutate() local221 Modifications.push_back([&Inst]() { Inst.setHasNoSignedWrap(true); }), in mutate()223 Modifications.push_back([&Inst]() { Inst.setHasNoUnsignedWrap(true); }); in mutate()224 Modifications.push_back([&Inst]() { Inst.setHasNoUnsignedWrap(false); }); in mutate()229 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_EQ); }); in mutate()230 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_NE); }); in mutate()231 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGT); }); in mutate()232 Modifications.push_back([CI]() { CI->setPredicate(CmpInst::ICMP_UGE); }); in mutate()242 Modifications.push_back([GEP]() { GEP->setIsInBounds(true); }); in mutate()243 Modifications.push_back([GEP]() { GEP->setIsInBounds(false); }); in mutate()[all …]
17 // sections will not be respected. Modifications to op traits, arguments,
188 CFG Modifications
189 Modifications for other Targets
13216 This intrinsic does *not* empty the instruction pipeline. Modifications