/external/llvm/include/llvm/Analysis/ |
ConstantFolding.h | 42 /// ConstantFoldConstantExpression - Attempt to fold the constant expression 45 Constant *ConstantFoldConstantExpression(const ConstantExpr *CE,
|
/external/llvm/include/llvm/Support/ |
TargetFolder.h | 38 if (Constant *CF = ConstantFoldConstantExpression(CE, TD))
|
/external/llvm/lib/Analysis/ |
ConstantFolding.cpp | 627 if (Constant *Folded = ConstantFoldConstantExpression(CE, TD, TLI)) 678 Res = ConstantFoldConstantExpression(ResCE, TD, TLI); [all...] |
Lint.cpp | 657 if (Value *W = ConstantFoldConstantExpression(CE, TD, TLI))
|
ScalarEvolution.cpp | [all...] |
/external/llvm/lib/Target/NVPTX/ |
NVPTXAsmPrinter.cpp | 146 if (Constant *C = ConstantFoldConstantExpression(CE, AP.TM.getDataLayout())) [all...] |
/external/llvm/lib/Transforms/IPO/ |
GlobalOpt.cpp | [all...] |
/external/llvm/lib/Transforms/InstCombine/ |
InstCombineShifts.cpp | 193 V = ConstantFoldConstantExpression(CE, IC.getDataLayout(),
|
InstCombineCasts.cpp | 166 C = ConstantFoldConstantExpression(CE, TD, TLI); [all...] |
InstructionCombining.cpp | [all...] |
/external/llvm/lib/CodeGen/AsmPrinter/ |
AsmPrinter.cpp | [all...] |