Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DExprConstant.cpp13505 unsigned ShiftBW = in VisitBinaryOperator() local
13507 unsigned Amt = RHSVal.getLimitedValue(ShiftBW - 1); in VisitBinaryOperator()
13515 << RHSVal << E->getType() << ShiftBW; in VisitBinaryOperator()