Searched refs:handleShift (Results 1 – 4 of 4) sorted by relevance
40 void handleShift(Instruction *);
167 NVC0LegalizeSSA::handleShift(Instruction *lo) in handleShift() function in nv50_ir::NVC0LegalizeSSA310 handleShift(i); in visit()
1855 void handleShift(BinaryOperator &I) { in handleShift() function1869 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()1870 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()1871 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()
2047 void handleShift(BinaryOperator &I) { in handleShift() function2061 void visitShl(BinaryOperator &I) { handleShift(I); } in visitShl()2062 void visitAShr(BinaryOperator &I) { handleShift(I); } in visitAShr()2063 void visitLShr(BinaryOperator &I) { handleShift(I); } in visitLShr()