Home
last modified time | relevance | path

Searched refs:UAdd (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1189 auto *UAdd = ExtractValueInst::Create(UAddWithOverflow, 0, "uadd", InsertPt); in CombineUAddWithOverflow() local
1190 UAdd->setDebugLoc(Loc); in CombineUAddWithOverflow()
1196 AddI->replaceAllUsesWith(UAdd); in CombineUAddWithOverflow()