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

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLint.cpp498 void Lint::visitLShr(BinaryOperator &I) { function in class:Lint
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.h705 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } function in class:llvm::SelectionDAGBuilder
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineShifts.cpp1038 Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) { function in class:InstCombinerImpl

Completed in 107 milliseconds