Searched defs:visitShl (Results 1 – 5 of 5) sorted by relevance
704 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function
512 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
891 Instruction *InstCombinerImpl::visitShl(BinaryOperator &I) { in visitShl() function in InstCombinerImpl
1186 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter
2519 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl() function