Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DType.cpp342 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
346 SubTys[0] = const_cast<Type*>(Result); in FunctionType()
351 SubTys[i+1] = Params[i]; in FunctionType()
354 ContainedTys = SubTys; in FunctionType()