Searched refs:LHSExprType (Results 1 – 1 of 1) sorted by relevance
11691 QualType LHSExprType = LHS.get()->getType(); in DiagnoseBadShiftValues() local11692 uint64_t LeftSize = S.Context.getTypeSize(LHSExprType); in DiagnoseBadShiftValues()11693 if (LHSExprType->isBitIntType()) in DiagnoseBadShiftValues()11694 LeftSize = S.Context.getIntWidth(LHSExprType); in DiagnoseBadShiftValues()11695 else if (LHSExprType->isFixedPointType()) { in DiagnoseBadShiftValues()11696 auto FXSema = S.Context.getFixedPointSemantics(LHSExprType); in DiagnoseBadShiftValues()11708 if (Opc != BO_Shl || LHSExprType->isFixedPointType()) in DiagnoseBadShiftValues()