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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp90 /// SubWithOverflow - Compute Result = In1-In2, returning true if the result
92 static bool SubWithOverflow(Constant *&Result, Constant *In1, function
910 HiOverflow = SubWithOverflow(HiBound, Prod, RangeSize, true);

Completed in 64 milliseconds