Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Basic/Targets/
H A DAMDGPU.cpp182 const bool IsNullCPU = CPU.empty(); in initFeatureMap() local
343 (IsWave32Capable || IsNullCPU) && Features.count("wavefrontsize32"); in initFeatureMap()
354 if (!IsNullCPU) { in initFeatureMap()