Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h495 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub() function
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h94 Instruction *visitFSub(BinaryOperator &I);
H A DInstCombineAddSub.cpp2350 Instruction *InstCombinerImpl::visitFSub(BinaryOperator &I) { in visitFSub() function in InstCombinerImpl
/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2297 void visitFSub(BinaryOperator &I) { handleShadowOr(I); } in visitFSub() function