HomeSort by relevance Sort by last modified time
    Searched refs:RoundUpToPowerOfTwoH (Results 1 - 11 of 11) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SmallPtrSet.h 208 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
211 struct RoundUpToPowerOfTwoH {
215 struct RoundUpToPowerOfTwoH<N, false> {
225 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /external/llvm/include/llvm/ADT/
SmallPtrSet.h 268 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
271 struct RoundUpToPowerOfTwoH {
275 struct RoundUpToPowerOfTwoH<N, false> {
285 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
SmallPtrSet.h 309 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
312 struct RoundUpToPowerOfTwoH {
316 struct RoundUpToPowerOfTwoH<N, false> {
326 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SmallPtrSet.h 326 /// RoundUpToPowerOfTwoH - If N is not a power of two, increase it. This is a
329 struct RoundUpToPowerOfTwoH {
333 struct RoundUpToPowerOfTwoH<N, false> {
343 enum { Val = RoundUpToPowerOfTwoH<N, (N&(N-1)) == 0>::Val };

Completed in 1567 milliseconds