Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp197 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType() local
198 return ByRefTy; in getMemoryParamAllocType()