Searched refs:visitAShr (Results 1 - 6 of 6) sorted by relevance

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h178 void visitAShr(BinaryOperator &I);
H A DExecution.cpp931 void Interpreter::visitAShr(BinaryOperator &I) {
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h137 Instruction *visitAShr(BinaryOperator &I);
H A DInstCombineShifts.cpp10 // This file implements the visitShl, visitLShr, and visitAShr functions.
758 Instruction *InstCombiner::visitAShr(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp85 void visitAShr(BinaryOperator &I);
459 void Lint::visitAShr(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h491 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } function in class:llvm::SelectionDAGBuilder

Completed in 178 milliseconds