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

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h177 void visitShl(BinaryOperator &I);
H A DExecution.cpp1137 void Interpreter::visitShl(BinaryOperator &I) {
/external/llvm/lib/Analysis/
H A DLint.cpp90 void visitShl(BinaryOperator &I);
500 void Lint::visitShl(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineInternal.h258 Instruction *visitShl(BinaryOperator &I);
H A DInstCombineShifts.cpp10 // This file implements the visitShl, visitLShr, and visitAShr functions.
695 Instruction *InstCombiner::visitShl(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h790 void visitShl (const User &I) { visitShift(I, ISD::SHL); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1848 void visitShl(BinaryOperator &I) { handleShift(I); } function in struct:__anon12888::MemorySanitizerVisitor

Completed in 187 milliseconds