Home
last modified time | relevance | path

Searched refs:type_params (Results 1 – 6 of 6) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h818 ArrayRef<Type *> type_params() const { in type_params() function
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DIntrinsics.cpp106 for (Type *ParamTy : TETy->type_params()) in getMangledTypeStr()
H A DLLVMContextImpl.h201 : Name(TT->getName()), TypeParams(TT->type_params()),
H A DAsmWriter.cpp708 for (Type *Inner : TETy->type_params()) { in print()
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVBuiltins.cpp3107 for (Type *Param : ExtensionType->type_params()) { in getInlineSpirvType()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp1243 for (Type *InnerTy : TET->type_params()) in writeTypeTable()