Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLint.cpp486 void Lint::visitSub(BinaryOperator &I) { in visitSub() function in Lint
HDInlineCost.cpp2087 bool CallAnalyzer::visitSub(BinaryOperator &I) { in visitSub() function in CallAnalyzer
/freebsd-14-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h550 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineAddSub.cpp2112 Instruction *InstCombinerImpl::visitSub(BinaryOperator &I) { in visitSub() function in InstCombinerImpl
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2641 void visitSub(BinaryOperator &I) { handleShadowOr(I); } in visitSub() function