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

  /external/llvm/include/llvm/IR/
NoFolder.h 1 //===- NoFolder.h - Constant folding helper ---------------------*- C++ -*-===//
10 // This file defines the NoFolder class, a helper for IRBuilder. It provides
31 /// NoFolder - Create "constants" (actually, instructions) with no folding.
32 class NoFolder {
34 explicit NoFolder() {}
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
NoFolder.h 1 //======-- llvm/Support/NoFolder.h - Constant folding helper -*- C++ -*-======//
10 // This file defines the NoFolder class, a helper for IRBuilder. It provides
31 /// NoFolder - Create "constants" (actually, instructions) with no folding.
32 class NoFolder {
34 explicit NoFolder() {}
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
NoFolder.h 1 //===- NoFolder.h - Constant folding helper ---------------------*- C++ -*-===//
10 // This file defines the NoFolder class, a helper for IRBuilder. It provides
33 /// NoFolder - Create "constants" (actually, instructions) with no folding.
34 class NoFolder {
36 explicit NoFolder() = default;

Completed in 289 milliseconds