Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1186 auto *UAddWithOverflow = in CombineUAddWithOverflow() local
1188 UAddWithOverflow->setDebugLoc(Loc); in CombineUAddWithOverflow()
1189 auto *UAdd = ExtractValueInst::Create(UAddWithOverflow, 0, "uadd", InsertPt); in CombineUAddWithOverflow()
1192 ExtractValueInst::Create(UAddWithOverflow, 1, "overflow", InsertPt); in CombineUAddWithOverflow()