Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGOpenMPRuntime.cpp2813 llvm::SmallVector<llvm::Constant *, 4> DeviceImagesEntires; in createOffloadingBinaryDescriptorRegistration() local
2830 DeviceImagesEntires.push_back(Dev); in createOffloadingBinaryDescriptorRegistration()
2835 llvm::ArrayType::get(DeviceImageTy, DeviceImagesEntires.size()); in createOffloadingBinaryDescriptorRegistration()
2837 llvm::ConstantArray::get(DeviceImagesInitTy, DeviceImagesEntires); in createOffloadingBinaryDescriptorRegistration()