Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DDataLayout.h174 SmallVector<unsigned, 8> NonIntegralAddressSpaces; variable
219 NonIntegralAddressSpaces = DL.NonIntegralAddressSpaces;
372 return NonIntegralAddressSpaces; in getNonIntegralAddressSpaces()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DDataLayout.cpp185 NonIntegralAddressSpaces.clear(); in reset()
252 NonIntegralAddressSpaces.push_back(AS); in parseSpecifier()