Searched refs:replaceMathCmpWithIntrinsic (Results 1 – 1 of 1) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | CodeGenPrepare.cpp | 430 bool replaceMathCmpWithIntrinsic(BinaryOperator *BO, Value *Arg0, 1359 bool CodeGenPrepare::replaceMathCmpWithIntrinsic(BinaryOperator *BO, in replaceMathCmpWithIntrinsic() function in CodeGenPrepare 1495 if (!replaceMathCmpWithIntrinsic(Add, A, B, Cmp, in combineToUAddWithOverflow() 1558 if (!replaceMathCmpWithIntrinsic(Sub, Sub->getOperand(0), Sub->getOperand(1), in combineToUSubWithOverflow()
|