Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp81 static bool MultiplyOverflows(const APInt &C1, const APInt &C2, APInt &Product, in MultiplyOverflows() function
804 if (!MultiplyOverflows(*C1, *C2, Product, IsSigned)) in commonIDivTransforms()