Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.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()