Searched defs:visitLShr (Results 1 – 10 of 10) sorted by relevance
529 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
486 void Lint::visitLShr(BinaryOperator &I) { in visitLShr() function in Lint
738 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombiner
710 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
1047 Instruction *InstCombiner::visitLShr(BinaryOperator &I) { in visitLShr() function in InstCombiner
845 void visitLShr(const User &I) { visitShift(I, ISD::SRL); } in visitLShr() function
1216 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
1164 void Interpreter::visitLShr(BinaryOperator &I) { in visitLShr() function in Interpreter
1871 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function
2389 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr() function