Searched refs:ShImmTy (Results 1 – 1 of 1) sorted by relevance
6871 EVT ShImmTy = getShiftAmountTy(Result.getValueType()); in ReduceLoadWidth() local6872 if (!isUIntN(ShImmTy.getSizeInBits(), ShLeftAmt)) in ReduceLoadWidth()6873 ShImmTy = VT; in ReduceLoadWidth()6883 Result, DAG.getConstant(ShLeftAmt, DL, ShImmTy)); in ReduceLoadWidth()