Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp354 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
358 SubTys[0] = Result; in FunctionType()
363 SubTys[i+1] = Params[i]; in FunctionType()
366 ContainedTys = SubTys; in FunctionType()