Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp76 static void pushAPSInt(InterpState &S, const APSInt &Val) { in pushAPSInt() function
545 pushAPSInt(S, APSInt(Val.reverseBits(), /*IsUnsigned=*/true)); in interp__builtin_bitreverse()
603 pushAPSInt(S, Result); in interp__builtin_rotate()