Searched defs:RawType (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/IR/
H A DVerifier.cpp3421 const Metadata *RawType = V.getRawType(); local
3422 while (RawType) {
3424 if (auto *T = dyn_cast<MDType>(RawType))
3428 if (auto *DT = dyn_cast<MDDerivedType>(RawType)) {
3430 RawType = DT->getRawBaseType();
3434 if (auto *S = dyn_cast<MDString>(RawType)) {
3436 RawType = Map.lookup(S);

Completed in 65 milliseconds