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

/external/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/llvm/lib/Analysis/
H A DLint.cpp82 void visitSub(BinaryOperator &I);
442 void Lint::visitSub(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h480 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } function in class:llvm::SelectionDAGBuilder

Completed in 180 milliseconds