Searched refs:visitSub (Results 1 - 4 of 4) sorted by relevance
/external/llvm/lib/Transforms/InstCombine/ | ||
H A D | InstCombine.h | 108 Instruction *visitSub(BinaryOperator &I); |
H A D | InstCombineAddSub.cpp | 529 Instruction *InstCombiner::visitSub(BinaryOperator &I) { function in class:InstCombiner |
/external/llvm/lib/Analysis/ | ||
H A D | Lint.cpp | 82 void visitSub(BinaryOperator &I); 442 void Lint::visitSub(BinaryOperator &I) { function in class:Lint |
/external/llvm/lib/CodeGen/SelectionDAG/ | ||
H A D | SelectionDAGBuilder.h | 480 void visitSub(const User &I) { visitBinary(I, ISD::SUB); } function in class:llvm::SelectionDAGBuilder |
Completed in 180 milliseconds