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

/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DInlineCost.cpp122 bool visitSub(BinaryOperator &I);
537 bool CallAnalyzer::visitSub(BinaryOperator &I) { function in class:CallAnalyzer
561 return Base::visitSub(I);
H A DLint.cpp83 void visitSub(BinaryOperator &I);
482 void Lint::visitSub(BinaryOperator &I) { function in class:Lint
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h112 Instruction *visitSub(BinaryOperator &I);
H A DInstCombineAddSub.cpp495 Instruction *InstCombiner::visitSub(BinaryOperator &I) { function in class:InstCombiner
/macosx-10.10/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h476 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } function in class:llvm::SelectionDAGBuilder

Completed in 143 milliseconds