Searched refs:LeftSize (Results 1 – 1 of 1) sorted by relevance
10739 uint64_t LeftSize = S.Context.getTypeSize(LHSExprType); in DiagnoseBadShiftValues() local10741 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()10744 LeftSize = FXSema.getWidth() - (unsigned)FXSema.hasUnsignedPadding(); in DiagnoseBadShiftValues()10746 llvm::APInt LeftBits(Right.getBitWidth(), LeftSize); in DiagnoseBadShiftValues()