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