Searched defs:visitLShr (Results 1 – 5 of 5) sorted by relevance
705 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
498 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
1038 Instruction *InstCombinerImpl::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombinerImpl
1213 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
2521 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function