Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h553 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h103 Instruction *visitFMul(BinaryOperator &I);
H A DInstCombineMulDivRem.cpp856 Instruction *InstCombinerImpl::visitFMul(BinaryOperator &I) { in visitFMul() function in InstCombinerImpl
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2639 void visitFMul(BinaryOperator &I) { handleShadowOr(I); } in visitFMul() function