Home
last modified time | relevance | path

Searched refs:visitSub (Results 1 – 6 of 6) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
HDLint.cpp106 void visitSub(BinaryOperator &I);
486 void Lint::visitSub(BinaryOperator &I) { in visitSub() function in Lint
HDInlineCost.cpp476 bool visitSub(BinaryOperator &I);
2087 bool CallAnalyzer::visitSub(BinaryOperator &I) { in visitSub() function in CallAnalyzer
2111 return Base::visitSub(I); in visitSub()
/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.h550 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } in visitSub() function
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
HDInstCombineInternal.h98 Instruction *visitSub(BinaryOperator &I);
HDInstCombineAddSub.cpp2112 Instruction *InstCombinerImpl::visitSub(BinaryOperator &I) { in visitSub() function in InstCombinerImpl
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
HDMemorySanitizer.cpp2641 void visitSub(BinaryOperator &I) { handleShadowOr(I); } in visitSub() function