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

  /external/llvm/unittests/IR/
PatternMatch.cpp 21 #include "llvm/Support/NoFolder.h"
72 IRBuilder<true, NoFolder> Builder(C);
111 IRBuilder<true, NoFolder> Builder(C);
188 IRBuilder<true, NoFolder> Builder(C);
227 IRBuilder<true, NoFolder> Builder(C);
  /external/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() {}
  /art/compiler/llvm/
ir_builder.h 32 #include <llvm/Support/NoFolder.h>
  /external/llvm/lib/Transforms/Utils/
SimplifyCFG.cpp 42 #include "llvm/Support/NoFolder.h"
    [all...]

Completed in 288 milliseconds