Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp500 void Lint::visitSub(BinaryOperator &I) { visitSub() function in Lint
H A DInlineCost.cpp2079 bool CallAnalyzer::visitSub(BinaryOperator &I) { visitSub() function in CallAnalyzer
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h541 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } visitSub() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineAddSub.cpp2119 Instruction *InstCombinerImpl::visitSub(BinaryOperator &I) { visitSub() function in InstCombinerImpl
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp2600 void visitSub(BinaryOperator &I) { handleShadowOr(I); } visitSub() function