Searched defs:visitAShr (Results 1 – 5 of 5) sorted by relevance
498 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
565 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
1667 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombinerImpl
1204 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
2846 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function