Searched refs:FallbackT (Results 1 – 2 of 2) sorted by relevance
933 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_clz() local934 Fallback = popToAPSInt(S.Stk, FallbackT); in interp__builtin_clz()964 PrimType FallbackT = *S.getContext().classify(Call->getArg(1)); in interp__builtin_ctz() local965 Fallback = popToAPSInt(S.Stk, FallbackT); in interp__builtin_ctz()
17327 QualType FallbackT; in RebuildUnresolvedUsingType() local17334 FallbackT = ThisT; in RebuildUnresolvedUsingType()17341 return T.isNull() ? FallbackT : T; in RebuildUnresolvedUsingType()