Searched refs:UserTy (Results 1 – 3 of 3) sorted by relevance
169 template <typename UserTy> // UserTy == 'User' or 'const User'177 using value_type = UserTy *;202 UserTy *operator*() const {206 UserTy *operator->() const { return operator*(); }208 operator user_iterator_impl<const UserTy>() const {209 return user_iterator_impl<const UserTy>(*UI);
1505 Type *UserTy = nullptr; in findCommonType() local1507 UserTy = LI->getType(); in findCommonType()1509 UserTy = SI->getValueOperand()->getType(); in findCommonType()1512 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()1529 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()1532 Ty = UserTy; in findCommonType()5641 Type *UserTy = LI->getType(); in propagateStoredValuesToLoads() local5643 if (!LI->isSimple() || (PartitionType && UserTy != PartitionType)) in propagateStoredValuesToLoads()5645 PartitionType = UserTy; in propagateStoredValuesToLoads()5648 Type *UserTy = SI->getValueOperand()->getType(); in propagateStoredValuesToLoads() local[all …]
8110 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local8111 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()8123 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()