Searched refs:ConstantFoldInstruction (Results 1 – 8 of 8) sorted by relevance
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 39 Constant *ConstantFoldInstruction(Instruction *I, const TargetData *TD = 0,
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 78 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) { in runOnFunction()
|
D | LICM.cpp | 364 if (Constant *C = ConstantFoldInstruction(&I, TD, TLI)) { in HoistRegion()
|
D | JumpThreading.cpp | 684 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI); in ProcessBlock()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1885 if (Constant *C = ConstantFoldInstruction(Inst, TD, TLI)) { in AddReachableCodeToWorklist() 2016 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) { in DoOneIteration()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 506 dyn_cast_or_null<ConstantExpr>(ConstantFoldInstruction(GEP, TD, TLI)); in CleanupConstantGlobalUsers() 1000 if (Constant *NewC = ConstantFoldInstruction(I, TD, TLI)) { in ConstantPropUsersOf()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 788 Constant *llvm::ConstantFoldInstruction(Instruction *I, in ConstantFoldInstruction() function in llvm
|
D | InstructionSimplify.cpp | 2771 Result = ConstantFoldInstruction(I, TD, TLI); in SimplifyInstruction()
|