Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
HDCodeGenPrepare.cpp401 bool replaceMathCmpWithIntrinsic(BinaryOperator *BO, CmpInst *Cmp,
1189 bool CodeGenPrepare::replaceMathCmpWithIntrinsic(BinaryOperator *BO, in replaceMathCmpWithIntrinsic() function in CodeGenPrepare
1286 if (!replaceMathCmpWithIntrinsic(Add, Cmp, Intrinsic::uadd_with_overflow)) in combineToUAddWithOverflow()
1347 if (!replaceMathCmpWithIntrinsic(Sub, Cmp, Intrinsic::usub_with_overflow)) in combineToUSubWithOverflow()