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

  /external/llvm/include/llvm/Analysis/
ConstantFolding.h 42 /// ConstantFoldConstantExpression - Attempt to fold the constant expression
46 ConstantFoldConstantExpression(const ConstantExpr *CE, const DataLayout &DL,
TargetFolder.h 38 if (Constant *CF = ConstantFoldConstantExpression(CE, DL))
  /external/llvm/lib/Analysis/
ConstantFolding.cpp 703 if (Constant *Folded = ConstantFoldConstantExpression(CE, DL, TLI))
755 Res = ConstantFoldConstantExpression(ResCE, DL, TLI);
    [all...]
Lint.cpp     [all...]
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]
  /external/llvm/lib/Target/NVPTX/
NVPTXAsmPrinter.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineShifts.cpp 199 V = ConstantFoldConstantExpression(CE, DL, IC.getTargetLibraryInfo());
    [all...]
InstCombineCasts.cpp 166 C = ConstantFoldConstantExpression(CE, DL, TLI);
    [all...]
InstructionCombining.cpp     [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]

Completed in 301 milliseconds