Home
last modified time | relevance | path

Searched defs:visitSub (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h691 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp493 void Lint::visitSub(BinaryOperator &I) { in visitSub() function in Lint
H A DInlineCost.cpp1636 bool CallAnalyzer::visitSub(BinaryOperator &I) { in visitSub() function in CallAnalyzer
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp1710 Instruction *InstCombinerImpl::visitSub(BinaryOperator &I) { in visitSub() function in InstCombinerImpl
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2313 void visitSub(BinaryOperator &I) { handleShadowOr(I); } in visitSub() function