Searched defs:NoFolder (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DNoFolder.h1 //===- 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 { class in namespace:llvm
34 explicit NoFolder() {} function in class:llvm::NoFolder
/external/swiftshader/third_party/LLVM/include/llvm/Support/
H A DNoFolder.h1 //======-- 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 { class in namespace:llvm
34 explicit NoFolder() {} function in class:llvm::NoFolder

Completed in 364 milliseconds