Home
last modified time | relevance | path

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

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