Home
last modified time | relevance | path

Searched defs:visitFSub (Results 1 – 3 of 3) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h542 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } visitFSub() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2809 Instruction *InstCombinerImpl::visitFSub(BinaryOperator &I) { visitFSub() function in InstCombinerImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2597 void visitFSub(BinaryOperator &I) { handleShadowOr(I); } visitFSub() function