Searched defs:visitShl (Results 1 - 4 of 4) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
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/Analysis/
H A DLint.cpp90 void visitShl(BinaryOperator &I);
500 void Lint::visitShl(BinaryOperator &I) { function in class:Lint
/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:__anon12458::MemorySanitizerVisitor

Completed in 494 milliseconds