HomeSort by relevance Sort by last modified time
    Searched defs:TargetFolder (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
44 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
TargetFolder.h 1 //====-- llvm/Support/TargetFolder.h - Constant folding helper -*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
44 explicit TargetFolder(const TargetData *TheTD) : TD(TheTD) {}
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
TargetFolder.h 1 //====- TargetFolder.h - Constant folding helper ---------------*- C++ -*-====//
10 // This file defines the TargetFolder class, a helper for IRBuilder.
31 /// TargetFolder - Create constants with target dependent folding.
32 class TargetFolder {
43 explicit TargetFolder(const DataLayout &DL) : DL(DL) {}

Completed in 375 milliseconds