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

/external/llvm/lib/Analysis/
H A DInlineCost.cpp119 bool visitSub(BinaryOperator &I);
525 bool CallAnalyzer::visitSub(BinaryOperator &I) { function in class:CallAnalyzer
549 return Base::visitSub(I);
H A DLint.cpp83 void visitSub(BinaryOperator &I);
446 void Lint::visitSub(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h112 Instruction *visitSub(BinaryOperator &I);
H A DInstCombineAddSub.cpp495 Instruction *InstCombiner::visitSub(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h476 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } function in class:llvm::SelectionDAGBuilder

Completed in 130 milliseconds