OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SimplifySDivInst
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
InstructionSimplify.h
45
///
SimplifySDivInst
- Given operands for an SDiv, see if we can
47
Value *
SimplifySDivInst
(Value *LHS, Value *RHS, const TargetData *TD = 0,
/external/llvm/lib/Analysis/
InstructionSimplify.cpp
[
all
...]
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
507
if (Value *V =
SimplifySDivInst
(Op0, Op1, TD))
Completed in 74 milliseconds