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);
1478 Type *UserTy = nullptr; in findCommonType() local1480 UserTy = LI->getType(); in findCommonType()1482 UserTy = SI->getValueOperand()->getType(); in findCommonType()1485 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()1502 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()1505 Ty = UserTy; in findCommonType()
7149 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local7150 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()7162 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()