Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterpBuiltin.cpp710 PrimType AmountT = *S.getContext().classify(Call->getArg(1)->getType()); in interp__builtin_rotate() local
713 APSInt Amount = popToAPSInt(S.Stk, AmountT); in interp__builtin_rotate()