Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.h152 unsigned Pointer_AddressSpace; member
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DFunction.cpp1419 return PointerType::get(Context, D.Pointer_AddressSpace); in DecodeFixedType()
1605 return !PT || PT->getAddressSpace() != D.Pointer_AddressSpace; in matchIntrinsicType()