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