Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h551 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp2830 Instruction *InstCombinerImpl::visitFSub(BinaryOperator &I) { in visitFSub() function in InstCombinerImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2638 void visitFSub(BinaryOperator &I) { handleShadowOr(I); } in visitFSub() function