Searched refs:TypeTy (Results 1 – 3 of 3) sorted by relevance
21 template <class TypeTy>24 TypeTy Type;29 template <class TypeTy>30 int CostTableLookup(const CostTblEntry<TypeTy> *Tbl, in CostTableLookup()31 unsigned len, int ISD, TypeTy Ty) { in CostTableLookup()41 template <class TypeTy>44 TypeTy Dst;45 TypeTy Src;50 template <class TypeTy>51 int ConvertCostTableLookup(const TypeConversionCostTblEntry<TypeTy> *Tbl, in ConvertCostTableLookup()[all …]
282 QualType TypeTy = Context.getCanonicalType(Ty); in ImpCastExprToType() local284 if (ExprTy == TypeTy) in ImpCastExprToType()
231 typedef OpaquePtr<QualType> TypeTy; typedef