Searched refs:commonShiftTransforms (Results 1 – 2 of 2) sorted by relevance
24 Instruction *InstCombiner::commonShiftTransforms(BinaryOperator &I) { in commonShiftTransforms() function in InstCombiner704 if (Instruction *V = commonShiftTransforms(I)) in visitShl()745 if (Instruction *R = commonShiftTransforms(I)) in visitLShr()789 if (Instruction *R = commonShiftTransforms(I)) in visitAShr()
261 Instruction *commonShiftTransforms(BinaryOperator &I);