Home
last modified time | relevance | path

Searched refs:UserTy (Results 1 – 11 of 11) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DValue.h157 template <typename UserTy> // UserTy == 'User' or 'const User'
159 : public std::iterator<std::forward_iterator_tag, UserTy *> {
185 UserTy *operator*() const {
189 UserTy *operator->() const { return operator*(); }
191 operator user_iterator_impl<const UserTy>() const {
192 return user_iterator_impl<const UserTy>(*UI);
/external/llvm/include/llvm/IR/
DValue.h155 template <typename UserTy> // UserTy == 'User' or 'const User'
157 : public std::iterator<std::forward_iterator_tag, UserTy *> {
182 UserTy *operator*() const {
186 UserTy *operator->() const { return operator*(); }
188 operator user_iterator_impl<const UserTy>() const {
189 return user_iterator_impl<const UserTy>(*UI);
DCallSite.h43 typename UserTy = const User,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DValue.h164 template <typename UserTy> // UserTy == 'User' or 'const User'
166 : public std::iterator<std::forward_iterator_tag, UserTy *> {
192 UserTy *operator*() const {
196 UserTy *operator->() const { return operator*(); }
198 operator user_iterator_impl<const UserTy>() const {
199 return user_iterator_impl<const UserTy>(*UI);
DCallSite.h52 typename ValTy = const Value, typename UserTy = const User,
/external/llvm-project/llvm/include/llvm/IR/
DValue.h164 template <typename UserTy> // UserTy == 'User' or 'const User'
166 : public std::iterator<std::forward_iterator_tag, UserTy *> {
192 UserTy *operator*() const {
196 UserTy *operator->() const { return operator*(); }
198 operator user_iterator_impl<const UserTy>() const {
199 return user_iterator_impl<const UserTy>(*UI);
/external/llvm/lib/Transforms/Scalar/
DSROA.cpp1076 Type *UserTy = nullptr; in findCommonType() local
1078 UserTy = LI->getType(); in findCommonType()
1080 UserTy = SI->getValueOperand()->getType(); in findCommonType()
1083 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()
1100 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()
1103 Ty = UserTy; in findCommonType()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DSROA.cpp1144 Type *UserTy = nullptr; in findCommonType() local
1146 UserTy = LI->getType(); in findCommonType()
1148 UserTy = SI->getValueOperand()->getType(); in findCommonType()
1151 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()
1168 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()
1171 Ty = UserTy; in findCommonType()
/external/llvm-project/llvm/lib/Transforms/Scalar/
DSROA.cpp1147 Type *UserTy = nullptr; in findCommonType() local
1149 UserTy = LI->getType(); in findCommonType()
1151 UserTy = SI->getValueOperand()->getType(); in findCommonType()
1154 if (IntegerType *UserITy = dyn_cast_or_null<IntegerType>(UserTy)) { in findCommonType()
1171 if (!UserTy || (Ty && Ty != UserTy)) in findCommonType()
1174 Ty = UserTy; in findCommonType()
/external/clang/lib/Sema/
DSemaChecking.cpp5060 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local
5061 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()
5072 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp8487 while (const TypedefType *UserTy = TyTy->getAs<TypedefType>()) { in shouldNotPrintDirectly() local
8488 StringRef Name = UserTy->getDecl()->getName(); in shouldNotPrintDirectly()
8500 TyTy = UserTy->desugar(); in shouldNotPrintDirectly()