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

/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h178 void visitAShr(BinaryOperator &I);
H A DExecution.cpp931 void Interpreter::visitAShr(BinaryOperator &I) {
/macosx-10.10.1/llvmCore-3425.0.34/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
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLint.cpp85 void visitAShr(BinaryOperator &I);
495 void Lint::visitAShr(BinaryOperator &I) { function in class:Lint
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h491 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } function in class:llvm::SelectionDAGBuilder

Completed in 194 milliseconds