Home
last modified time | relevance | path

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

/external/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()
/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/llvm-project/llvm/lib/IR/
DType.cpp294 Type **SubTys = reinterpret_cast<Type**>(this+1); in FunctionType() local
298 SubTys[0] = Result; in FunctionType()
303 SubTys[i+1] = Params[i]; in FunctionType()
306 ContainedTys = SubTys; in FunctionType()