OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:visitFMul
(Results
1 - 4
of
4
) sorted by null
/external/llvm/lib/Transforms/InstCombine/
InstCombine.h
121
Instruction *
visitFMul
(BinaryOperator &I);
InstCombineMulDivRem.cpp
326
/// Helper function of InstCombiner::
visitFMul
(BinaryOperator(). It returns
350
/// foldFMulConst() is a helper routine of InstCombiner::
visitFMul
().
402
Instruction *InstCombiner::
visitFMul
(BinaryOperator &I) {
[
all
...]
/external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAGBuilder.h
477
void
visitFMul
(const User &I) { visitBinary(I, ISD::FMUL); }
/external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp
[
all
...]
Completed in 30 milliseconds