Searched defs:getParamType (Results 1 – 3 of 3) sorted by relevance
133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
140 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
337 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() function