Searched refs:visitMul (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h701 void visitMul(const User &I) { visitBinary(I, ISD::MUL); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h133 Instruction *visitMul(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp100 /// \brief A helper routine of InstCombiner::visitMul().
119 Instruction *InstCombiner::visitMul(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1438 void visitMul(BinaryOperator &I) { function in struct:__anon26257::MemorySanitizerVisitor

Completed in 93 milliseconds