Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DFunction.cpp161 if (Type *ByRefTy = ParamAttrs.getByRefType()) in getMemoryParamAllocType() local
162 return ByRefTy; in getMemoryParamAllocType()