Searched refs:UserTy (Results 1 – 3 of 3) sorted by relevance
168 template <typename UserTy> // UserTy == 'User' or 'const User'176 using value_type = UserTy *;201 UserTy *operator*() const {205 UserTy *operator->() const { return operator*(); }207 operator user_iterator_impl<const UserTy>() const {208 return user_iterator_impl<const UserTy>(*UI);
1242 Type *UserTy = nullptr; in findCommonType() local1244 UserTy = LI->getType(); in findCommonType()1246 UserTy = SI->getValueOperand()->getType(); in findCommonType()1249 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()1266 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()1269 Ty = UserTy; in findCommonType()
10245 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local10246 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()10258 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()