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