Home
last modified time | relevance | path

Searched refs:getTypeParameter (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVUtils.h171 return TypedPointerType::get(applyWrappers(ExtTy->getTypeParameter(0)), in applyWrappers()
187 return applyWrappers(ExtTy->getTypeParameter(0)); in getPointeeType()
196 ExtTy->getTypeParameter(0) == in isUntypedEquivalentToTyExt()
H A DSPIRVBuiltins.cpp2709 GR->getOrCreateSPIRVType(ExtensionType->getTypeParameter(0), MIRBuilder); in getCoopMatrType()
2724 GR->getOrCreateSPIRVType(ExtensionType->getTypeParameter(0), MIRBuilder); in getImageType()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h755 Type *getTypeParameter(unsigned i) const { return getContainedType(i); } in getTypeParameter() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DCore.cpp986 return wrap(Type->getTypeParameter(Idx)); in LLVMGetTargetExtTypeTypeParam()