Searched refs:ValidAmt (Results 1 – 1 of 1) sorted by relevance
2678 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMinimumShiftAmountConstant() local2679 return ValidAmt; in getValidMinimumShiftAmountConstant()2707 if (const APInt *ValidAmt = getValidShiftAmountConstant(V, DemandedElts)) in getValidMaximumShiftAmountConstant() local2708 return ValidAmt; in getValidMaximumShiftAmountConstant()