Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h2766 inline bool DoShiftAP(InterpState &S, CodePtr OpPC, const APSInt &LHS, in DoShiftAP() function
2783 return DoShiftAP<LT, RT, in DoShiftAP()
2820 return DoShiftAP<LT, RT, ShiftDir::Right>(S, OpPC, LHS.toAPSInt(), in Shr()
2839 return DoShiftAP<LT, RT, ShiftDir::Left>(S, OpPC, LHS.toAPSInt(), in Shl()