Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp434 bool combineToUSubWithOverflow(CmpInst *Cmp, bool &ModifiedDT);
1504 bool CodeGenPrepare::combineToUSubWithOverflow(CmpInst *Cmp, in combineToUSubWithOverflow() function in CodeGenPrepare
1727 if (combineToUSubWithOverflow(Cmp, ModifiedDT)) in optimizeCmp()