Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h1208 unsigned URHS = static_cast<unsigned>(RHS); in Shr() local
1209 S.Stk.push<LT>(LT::from(static_cast<unsigned>(LHS) >> URHS, LHS.bitWidth())); in Shr()
1224 unsigned URHS = static_cast<unsigned>(RHS); in Shl() local
1225 S.Stk.push<LT>(LT::from(static_cast<unsigned>(LHS) << URHS, LHS.bitWidth())); in Shl()