Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h547 void visitFSub(const User &I) { visitBinary(I, ISD::FSUB); } in visitFSub() function
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2531 Instruction *InstCombinerImpl::visitFSub(BinaryOperator &I) { in visitFSub() function in InstCombinerImpl
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2525 void visitFSub(BinaryOperator &I) { handleShadowOr(I); } in visitFSub() function