Searched refs:IsShiftAndLoad (Results 1 – 1 of 1) sorted by relevance
1047 auto IsShiftAndLoad = [](SDValue LHS, SDValue RHS) { in isDesirableToCommuteWithShift() local1059 return !(IsShiftAndLoad(LHS, RHS) || IsShiftAndLoad(RHS, LHS)); in isDesirableToCommuteWithShift()