Searched defs:visitShl (Results 1 – 4 of 4) sorted by relevance
680 Instruction *InstCombiner::visitShl(BinaryOperator &I) { in visitShl() function in InstCombiner
466 void Lint::visitShl(BinaryOperator &I) { in visitShl() function in Lint
489 void visitShl (const User &I) { visitShift(I, ISD::SHL); } in visitShl() function
905 void Interpreter::visitShl(BinaryOperator &I) { in visitShl() function in Interpreter