Home | History | Annotate | Download | only in CodeGen

Lines Matching full:dyn_cast

215   const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(PointeeTy);
233 if (const BuiltinType *BuiltinTy = dyn_cast<BuiltinType>(Ty))
238 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
254 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) {
285 if (const RecordType *RecordTy = dyn_cast<RecordType>(Ty)) {
290 if (const PointerType *PointerTy = dyn_cast<PointerType>(Ty))
294 dyn_cast<MemberPointerType>(Ty)) {
335 if (const RecordType *Record = dyn_cast<RecordType>(Ty)) {
680 if (const RecordType *RT = dyn_cast<RecordType>(Ty)) {