Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp274 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
278 SubTys[0] = Result; in FunctionType()
283 SubTys[i+1] = Params[i]; in FunctionType()
286 ContainedTys = SubTys; in FunctionType()
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp312 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
316 SubTys[0] = const_cast<Type*>(Result); in FunctionType()
321 SubTys[i+1] = Params[i]; in FunctionType()
324 ContainedTys = SubTys; in FunctionType()