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

/macosx-10.10.1/llvmCore-3425.0.34/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h176 void visitShl(BinaryOperator &I);
H A DExecution.cpp905 void Interpreter::visitShl(BinaryOperator &I) {
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/InstCombine/
H A DInstCombine.h136 Instruction *visitShl(BinaryOperator &I);
H A DInstCombineShifts.cpp10 // This file implements the visitShl, visitLShr, and visitAShr functions.
680 Instruction *InstCombiner::visitShl(BinaryOperator &I) { function in class:InstCombiner
/macosx-10.10.1/llvmCore-3425.0.34/lib/Analysis/
H A DLint.cpp86 void visitShl(BinaryOperator &I);
502 void Lint::visitShl(BinaryOperator &I) { function in class:Lint
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h489 void visitShl (const User &I) { visitShift(I, ISD::SHL); } function in class:llvm::SelectionDAGBuilder

Completed in 122 milliseconds