Searched refs:CheckShift (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/ |
| H A D | Interp.h | 181 bool CheckShift(InterpState &S, CodePtr OpPC, const LT &LHS, const RT &RHS, in CheckShift() function 2709 if (!CheckShift<Dir>(S, OpPC, LHS, RHS, Bits)) in DoShift() 2788 if (!CheckShift<Dir>(S, OpPC, static_cast<LT>(LHS), static_cast<RT>(RHS), in DoShiftAP()
|