Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DType.cpp284 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
288 SubTys[0] = Result; in FunctionType()
293 SubTys[i+1] = Params[i]; in FunctionType()
296 ContainedTys = SubTys; in FunctionType()