Home
last modified time | relevance | path

Searched defs:getParamType (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h133 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h140 Type *getParamType(unsigned i) const { return ContainedTys[i+1]; } in getParamType() function
/third_party/glslang/SPIRV/
DspvIR.h338 Id getParamType(int p) const { return parameterInstructions[p]->getTypeId(); } in getParamType() function
/third_party/typescript/lib/
Dtsc.js94950 function getParamType(option) { function