Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/AST/Interp/
H A DInterp.h100 bool CheckShift(InterpState &S, CodePtr OpPC, const RT &RHS, unsigned Bits) { in CheckShift() function
1205 if (!CheckShift<RT>(S, OpPC, RHS, Bits)) in Shr()
1221 if (!CheckShift<RT>(S, OpPC, RHS, Bits)) in Shl()