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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp93 /// SubWithOverflow - Compute Result = In1-In2, returning true if the result
95 static bool SubWithOverflow(Constant *&Result, Constant *In1, function
964 HiOverflow = SubWithOverflow(HiBound, Prod, RangeSize, true);

Completed in 58 milliseconds