Searched refs:multiplyWithOverflow (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp55 static int64_t multiplyWithOverflow(int64_t A, int64_t B) { function
220 Offset = multiplyWithOverflow(Offset, Factor);
222 Var.Coefficient = multiplyWithOverflow(Var.Coefficient, Factor);

Completed in 126 milliseconds