Searched refs:visitSub (Results 1 - 11 of 11) sorted by relevance

/external/llvm/lib/Analysis/
H A DInlineCost.cpp189 bool visitSub(BinaryOperator &I);
730 bool CallAnalyzer::visitSub(BinaryOperator &I) { function in class:CallAnalyzer
754 return Base::visitSub(I);
H A DLint.cpp87 void visitSub(BinaryOperator &I);
481 void Lint::visitSub(BinaryOperator &I) { function in class:Lint
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
H A DInstCombine.h108 Instruction *visitSub(BinaryOperator &I);
H A DInstCombineAddSub.cpp529 Instruction *InstCombiner::visitSub(BinaryOperator &I) { function in class:InstCombiner
/external/swiftshader/third_party/LLVM/lib/Analysis/
H A DLint.cpp82 void visitSub(BinaryOperator &I);
442 void Lint::visitSub(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h232 Instruction *visitSub(BinaryOperator &I);
H A DInstCombineAddSub.cpp1472 Instruction *InstCombiner::visitSub(BinaryOperator &I) { function in class:InstCombiner
/external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h480 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h831 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } function in class:llvm::SelectionDAGBuilder
/external/python/cpython2/Lib/compiler/
H A Dpycodegen.py1185 def visitSub(self, node): member in class:CodeGenerator
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1666 void visitSub(BinaryOperator &I) { handleShadowOr(I); } function in struct:__anon14673::MemorySanitizerVisitor

Completed in 576 milliseconds