Home
last modified time | relevance | path

Searched defs:visitFMul (Results 1 – 8 of 8) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp255 Instruction *InstCombiner::visitFMul(BinaryOperator &I) { in visitFMul() function in InstCombiner
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h483 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h864 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp412 Instruction *InstCombiner::visitFMul(BinaryOperator &I) { in visitFMul() function in InstCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGBuilder.h834 void visitFMul(const User &I) { visitBinary(I, ISD::FMUL); } in visitFMul() function
/external/llvm/lib/Transforms/InstCombine/
DInstCombineMulDivRem.cpp537 Instruction *InstCombiner::visitFMul(BinaryOperator &I) { in visitFMul() function in InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1664 void visitFMul(BinaryOperator &I) { handleShadowOr(I); } in visitFMul() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DMemorySanitizer.cpp1853 void visitFMul(BinaryOperator &I) { handleShadowOr(I); } in visitFMul() function