Searched defs:visitAShr (Results 1 – 5 of 5) sorted by relevance
781 Instruction *InstCombiner::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombiner
508 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
743 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
1191 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter
1783 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr() function