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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1013 static bool MulWillOverflow(APInt &C0, APInt &C1, bool IsSigned) { function
1043 C0 == DivOpC && !MulWillOverflow(C0, C1, IsSigned)) {

Completed in 60 milliseconds