Searched refs:LeftHand (Results 1 – 1 of 1) sorted by relevance
6230 static SDValue foldLogicTreeOfShifts(SDNode *N, SDValue LeftHand, in foldLogicTreeOfShifts() argument6235 if (LeftHand.getOpcode() != LogicOpcode || in foldLogicTreeOfShifts()6238 if (!LeftHand.hasOneUse() || !RightHand.hasOneUse()) in foldLogicTreeOfShifts()6249 if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R0, DAG))) in foldLogicTreeOfShifts()6251 else if ((CombinedShifts = foldLogicOfShifts(N, LeftHand, R1, DAG))) in foldLogicTreeOfShifts()