Searched refs:ShiftDir (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 177 enum class ShiftDir { Left, Right }; enum 180 template <ShiftDir Dir, typename LT, typename RT> 201 if constexpr (Dir == ShiftDir::Left) { in CheckShift() 2685 template <class LT, class RT, ShiftDir Dir> 2705 Dir == ShiftDir::Left ? ShiftDir::Right : ShiftDir::Left>( in DoShift() 2720 if constexpr (Dir == ShiftDir::Left) { in DoShift() 2765 template <class LT, class RT, ShiftDir Dir> 2784 Dir == ShiftDir::Left ? ShiftDir::Right : ShiftDir::Left>( in DoShiftAP() 2793 if constexpr (Dir == ShiftDir::Left) { in DoShiftAP() 2820 return DoShiftAP<LT, RT, ShiftDir::Right>(S, OpPC, LHS.toAPSInt(), in Shr() [all …]
|