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

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp77 static bool HasSubOverflow(ConstantInt *Result, function
98 if (HasSubOverflow(ExtractElement(Result, Idx),
107 return HasSubOverflow(cast<ConstantInt>(Result),
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp82 static bool HasSubOverflow(ConstantInt *Result, function
103 if (HasSubOverflow(ExtractElement(Result, Idx),
112 return HasSubOverflow(cast<ConstantInt>(Result),

Completed in 416 milliseconds