Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp344 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
348 SubTys[0] = const_cast<Type*>(Result); in FunctionType()
353 SubTys[i+1] = Params[i]; in FunctionType()
356 ContainedTys = SubTys; in FunctionType()