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

/external/llvm/lib/ExecutionEngine/Interpreter/
H A DInterpreter.h177 void visitLShr(BinaryOperator &I);
H A DExecution.cpp1163 void Interpreter::visitLShr(BinaryOperator &I) {
/external/llvm/lib/Analysis/
H A DLint.cpp83 void visitLShr(BinaryOperator &I);
486 void Lint::visitLShr(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h713 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/Transforms/InstCombine/
H A DInstCombine.h159 Instruction *visitLShr(BinaryOperator &I);
H A DInstCombineShifts.cpp10 // This file implements the visitShl, visitLShr, and visitAShr functions.
729 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1653 void visitLShr(BinaryOperator &I) { handleShift(I); } function in struct:__anon26257::MemorySanitizerVisitor

Completed in 194 milliseconds