Home
last modified time | relevance | path

Searched refs:ConstantFoldInstruction (Results 1 – 8 of 8) sorted by relevance

/external/llvm/include/llvm/Analysis/
DConstantFolding.h39 Constant *ConstantFoldInstruction(Instruction *I, const TargetData *TD = 0,
/external/llvm/lib/Transforms/Scalar/
DConstantProp.cpp78 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) { in runOnFunction()
DLICM.cpp364 if (Constant *C = ConstantFoldInstruction(&I, TD, TLI)) { in HoistRegion()
DJumpThreading.cpp684 Value *SimpleVal = ConstantFoldInstruction(I, TD, TLI); in ProcessBlock()
/external/llvm/lib/Transforms/InstCombine/
DInstructionCombining.cpp1885 if (Constant *C = ConstantFoldInstruction(Inst, TD, TLI)) { in AddReachableCodeToWorklist()
2016 if (Constant *C = ConstantFoldInstruction(I, TD, TLI)) { in DoOneIteration()
/external/llvm/lib/Transforms/IPO/
DGlobalOpt.cpp506 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/
DConstantFolding.cpp788 Constant *llvm::ConstantFoldInstruction(Instruction *I, in ConstantFoldInstruction() function in llvm
DInstructionSimplify.cpp2771 Result = ConstantFoldInstruction(I, TD, TLI); in SimplifyInstruction()