Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DDataLayout.h350 ArrayRef<unsigned> NonIntegralSpaces = getNonIntegralAddressSpaces(); in isNonIntegralPointerType() local
351 return find(NonIntegralSpaces, PT->getAddressSpace()) != in isNonIntegralPointerType()
352 NonIntegralSpaces.end(); in isNonIntegralPointerType()