Searched defs:visitAShr (Results 1 – 5 of 5) sorted by relevance
706 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
505 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
1260 Instruction *InstCombinerImpl::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombinerImpl
1240 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
2520 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function