Searched defs:MultiplyOverflows (Results 1 - 1 of 1) sorted by relevance

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

Completed in 67 milliseconds