Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp841 static bool multiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in multiplyOverflows() function
974 if (!multiplyOverflows(*C1, *C2, Product, IsSigned)) in commonIDivTransforms()