Home | History | Annotate | Download | only in IR

Lines Matching defs:RawType

3820   const Metadata *RawType = V.getRawType();
3821 while (RawType) {
3823 if (auto *T = dyn_cast<DIType>(RawType))
3827 if (auto *DT = dyn_cast<DIDerivedType>(RawType)) {
3829 RawType = DT->getRawBaseType();
3833 if (auto *S = dyn_cast<MDString>(RawType)) {
3835 RawType = Map.lookup(S);