Home
last modified time | relevance | path

Searched defs:getFunctionParamType (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h151 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/llvm/include/llvm/IR/
DDerivedTypes.h147 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDerivedTypes.h158 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h158 Type *Type::getFunctionParamType(unsigned i) const { in getFunctionParamType() function
/external/llvm-project/mlir/lib/Dialect/LLVMIR/IR/
DLLVMTypes.cpp118 LLVMType LLVMType::getFunctionParamType(unsigned argIdx) { in getFunctionParamType() function in LLVMType