Searched refs:replaceMathCmpWithIntrinsic (Results 1 – 1 of 1) sorted by relevance
401 bool replaceMathCmpWithIntrinsic(BinaryOperator *BO, CmpInst *Cmp,1189 bool CodeGenPrepare::replaceMathCmpWithIntrinsic(BinaryOperator *BO, in replaceMathCmpWithIntrinsic() function in CodeGenPrepare1286 if (!replaceMathCmpWithIntrinsic(Add, Cmp, Intrinsic::uadd_with_overflow)) in combineToUAddWithOverflow()1347 if (!replaceMathCmpWithIntrinsic(Sub, Cmp, Intrinsic::usub_with_overflow)) in combineToUSubWithOverflow()