Searched refs:SubTys (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/IR/ | ||
H A D | Type.cpp | 338 Type **SubTys = reinterpret_cast<Type**>(this+1); local 342 SubTys[0] = Result; 347 SubTys[i+1] = Params[i]; 350 ContainedTys = SubTys; |
Completed in 87 milliseconds