Searched defs:rightShift (Results 1 – 2 of 2) sorted by relevance
55 template <int... N> constexpr int rightShift() { return (N >> ...); } in rightShift() function
9048 bool rightShift = false; EmitARMBuiltinExpr() local