Home
last modified time | relevance | path

Searched refs:visitFMul (Results 1 – 4 of 4) sorted by relevance

/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h694 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() function
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h95 Instruction *visitFMul(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp428 Instruction *InstCombinerImpl::visitFMul(BinaryOperator &I) { in visitFMul() function in InstCombinerImpl
/netbsd/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2311 void visitFMul(BinaryOperator &I) { handleShadowOr(I); } in visitFMul() function