Searched defs:visitShl (Results 1 – 10 of 10) sorted by relevance
543 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
500 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
696 Instruction *InstCombiner::visitShl(BinaryOperator &I) { in visitShl() function in InstCombiner
709 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function
925 Instruction *InstCombiner::visitShl(BinaryOperator &I) { in visitShl() function in InstCombiner
844 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function
1189 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter
1137 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter
1869 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl() function
2387 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl() function