Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/ByteCode/
H A DInterp.h2457 auto ResultAP = S.allocAP<IntegralAP<false>>(BitWidth); in CastFloatingIntegralAP() local
2458 ResultAP.copy(Result); in CastFloatingIntegralAP()
2460 S.Stk.push<IntegralAP<false>>(ResultAP); in CastFloatingIntegralAP()
2478 auto ResultAP = S.allocAP<IntegralAP<true>>(BitWidth); in CastFloatingIntegralAPS() local
2479 ResultAP.copy(Result); in CastFloatingIntegralAPS()
2481 S.Stk.push<IntegralAP<true>>(ResultAP); in CastFloatingIntegralAPS()