Searched defs:visitUDiv (Results 1 – 11 of 11) sorted by relevance
586 void Lint::visitUDiv(BinaryOperator &I) { in visitUDiv() function in Lint
552 void Lint::visitUDiv(BinaryOperator &I) { in visitUDiv() function in Lint
485 void Lint::visitUDiv(BinaryOperator &I) { in visitUDiv() function in Lint
435 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) { in visitUDiv() function in InstCombiner
487 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv() function
868 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv() function
931 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) { in visitUDiv() function in InstCombiner
838 void visitUDiv(const User &I) { visitBinary(I, ISD::UDIV); } in visitUDiv() function
1056 Instruction *InstCombiner::visitUDiv(BinaryOperator &I) { in visitUDiv() function in InstCombiner
1677 void visitUDiv(BinaryOperator &I) { handleDiv(I); } in visitUDiv() function
1866 void visitUDiv(BinaryOperator &I) { handleIntegerDiv(I); } in visitUDiv() function