OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:WillNotOverflowSignedAdd
(Results
1 - 2
of
2
) sorted by null
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
60
///
WillNotOverflowSignedAdd
- Return true if we can prove that:
64
bool InstCombiner::
WillNotOverflowSignedAdd
(Value *LHS, Value *RHS) {
296
WillNotOverflowSignedAdd
(LHSConv->getOperand(0), CI)) {
311
WillNotOverflowSignedAdd
(LHSConv->getOperand(0),
369
WillNotOverflowSignedAdd
(LHSConv->getOperand(0), CI)) {
384
WillNotOverflowSignedAdd
(LHSConv->getOperand(0),
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
873
bool InstCombiner::
WillNotOverflowSignedAdd
(Value *LHS, Value *RHS,
[
all
...]
Completed in 82 milliseconds