Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/AST/
H A DExprConstant.cpp13768 unsigned ShiftBW = in VisitBinaryOperator() local
13770 unsigned Amt = RHSVal.getLimitedValue(ShiftBW - 1); in VisitBinaryOperator()
13778 << RHSVal << E->getType() << ShiftBW; in VisitBinaryOperator()