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