Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h692 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2212 Instruction *InstCombinerImpl::visitFSub(BinaryOperator &I) { in visitFSub() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2310 void visitFSub(BinaryOperator &I) { handleShadowOr(I); } in visitFSub() function