Home
last modified time | relevance | path

Searched refs:LeftSize (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/clang/lib/Sema/
DSemaExpr.cpp10739 uint64_t LeftSize = S.Context.getTypeSize(LHSExprType); in DiagnoseBadShiftValues() local
10741 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()