OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifySubInst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
InstructionSimplify.h
35
///
SimplifySubInst
- Given operands for a Sub, see if we can
37
Value *
SimplifySubInst
(Value *LHS, Value *RHS, bool isNSW, bool isNUW,
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
589
///
SimplifySubInst
- Given operands for a Sub, see if we can
591
static Value *
SimplifySubInst
(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
705
Value *llvm::
SimplifySubInst
(Value *Op0, Value *Op1, bool isNSW, bool isNUW,
707
return ::
SimplifySubInst
(Op0, Op1, isNSW, isNUW, TD, DT, RecursionLimit);
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp
532
if (Value *V =
SimplifySubInst
(Op0, Op1, I.hasNoSignedWrap(),
Completed in 877 milliseconds