Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DInterpBuiltin.cpp26 PrimType getIntPrimType(const InterpState &S) { in getIntPrimType() function
67 PrimType IntType = getIntPrimType(S); in pushInt()
488 unsigned IntSize = primSize(getIntPrimType(S)); in interp__builtin_fpclassify()
492 APSInt I = peekToAPSInt(S.Stk, getIntPrimType(S), Offset); in interp__builtin_fpclassify()