Searched defs:visitAShr (Results 1 – 4 of 4) sorted by relevance
758 Instruction *InstCombiner::visitAShr(BinaryOperator &I) { in visitAShr() function in InstCombiner
459 void Lint::visitAShr(BinaryOperator &I) { in visitAShr() function in Lint
491 void visitAShr(const User &I) { visitShift(I, ISD::SRA); } in visitAShr() function
931 void Interpreter::visitAShr(BinaryOperator &I) { in visitAShr() function in Interpreter