Searched defs:MultiplyOverflows (Results 1 - 1 of 1) sorted by last modified time

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp77 /// MultiplyOverflows - True if the multiply can not be expressed in an int
79 static bool MultiplyOverflows(ConstantInt *C1, ConstantInt *C2, bool sign) { function
732 if (MultiplyOverflows(RHS, LHSRHS,

Completed in 60 milliseconds