Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DFunction.cpp615 } else if (StructType *STyp = dyn_cast<StructType>(Ty)) { in getMangledTypeStr() local
616 if (!STyp->isLiteral()) { in getMangledTypeStr()
618 Result += STyp->getName(); in getMangledTypeStr()
621 for (auto Elem : STyp->elements()) in getMangledTypeStr()