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

  /external/llvm/include/llvm/Support/
ConstantFolder.h 1 //===-- llvm/Support/ConstantFolder.h - Constant folding helper -*- C++ -*-===//
10 // This file defines the ConstantFolder class, a helper for IRBuilder.
25 /// ConstantFolder - Create constants with minimum, target independent, folding.
26 class ConstantFolder {
28 explicit ConstantFolder() {}
IRBuilder.h 23 #include "llvm/Support/ConstantFolder.h"
330 template<bool preserveNames = true, typename T = ConstantFolder,
    [all...]

Completed in 73 milliseconds