Searched defs:visitLShr (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.
715 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp84 void visitLShr(BinaryOperator &I);
486 void Lint::visitLShr(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h488 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } function in class:llvm::SelectionDAGBuilder
/external/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp1342 void visitLShr(BinaryOperator &I) { handleShift(I); } function in struct:__anon21620::MemorySanitizerVisitor

Completed in 109 milliseconds