Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp747 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows() function
816 if (!multiplyOverflows(*C1, *C2, Product, IsSigned)) in commonIDivTransforms()