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