Searched defs:visitLShr (Results 1 – 5 of 5) sorted by relevance
737 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombiner
486 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
791 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
1164 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
1850 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function