Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGCUDARuntime.h44 ConstantDeviceVar = 0x02, // __constant__ enumerator
DCGCUDANV.cpp235 llvm::ConstantInt::get(IntTy, (Flags & ConstantDeviceVar) ? 1 : 0), in makeRegisterGlobalsFn()
DCodeGenModule.cpp2520 Flags |= CGCUDARuntime::ConstantDeviceVar; in EmitGlobalVarDefinition()