Searched defs:visitShl (Results 1 – 5 of 5) sorted by relevance
505 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
563 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function
1019 Instruction *InstCombinerImpl::visitShl(BinaryOperator &I) { in visitShl() function in InstCombinerImpl
1150 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter
2845 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl() function