Searched defs:visitAShr (Results 1 – 5 of 5) sorted by relevance
536 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
711 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
1245 Instruction *InstCombiner::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombiner
1243 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
2388 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function