Searched defs:visitLShr (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp10 // This file implements the visitShl, visitLShr, and visitAShr functions.
718 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { function in class:InstCombiner
/external/llvm/lib/Analysis/
H A DLint.cpp84 void visitLShr(BinaryOperator &I);
452 void Lint::visitLShr(BinaryOperator &I) { function in class:Lint
/external/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h490 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } function in class:llvm::SelectionDAGBuilder

Completed in 58 milliseconds