OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:foldFMulConst
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombineMulDivRem.cpp
378
///
foldFMulConst
() is a helper routine of InstCombiner::visitFMul().
385
Value *InstCombiner::
foldFMulConst
(Instruction *FMulOrDiv, Constant *C,
474
if (Value *V =
foldFMulConst
(cast<Instruction>(Op0), C, &I))
496
foldFMulConst
(cast<Instruction>(Opnd0), C, &I) :
[
all
...]
InstCombine.h
134
Value *
foldFMulConst
(Instruction *FMulOrDiv, Constant *C,
Completed in 64 milliseconds