Searched refs:ConstantFoldInstruction (Results 1 – 16 of 16) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
D | ConstantFolding.h | 38 Constant *ConstantFoldInstruction(Instruction *I, const TargetData *TD = 0);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 71 if (Constant *C = ConstantFoldInstruction(I)) { in runOnFunction()
|
D | LICM.cpp | 336 if (Constant *C = ConstantFoldInstruction(&I)) { in HoistRegion()
|
D | JumpThreading.cpp | 677 Value *SimpleVal = ConstantFoldInstruction(I, TD); in ProcessBlock()
|
/external/llvm/lib/Transforms/Scalar/ |
D | ConstantProp.cpp | 82 if (Constant *C = ConstantFoldInstruction(I, DL, TLI)) { in runOnFunction()
|
D | LICM.cpp | 376 if (Constant *C = ConstantFoldInstruction( in hoistRegion()
|
D | JumpThreading.cpp | 758 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI); in ProcessBlock()
|
/external/llvm/include/llvm/Analysis/ |
D | ConstantFolding.h | 45 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 1825 if (Constant *C = ConstantFoldInstruction(Inst, TD)) { in AddReachableCodeToWorklist() 1954 if (Constant *C = ConstantFoldInstruction(I, TD)) { in DoOneIteration()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 284 ConstantFoldInstruction(GEP, DL, TLI)); in CleanupConstantGlobalUsers() 775 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 349 dyn_cast_or_null<ConstantExpr>(ConstantFoldInstruction(GEP)); in CleanupConstantGlobalUsers() 831 if (Constant *NewC = ConstantFoldInstruction(I)) { in ConstantPropUsersOf()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstructionCombining.cpp | 2778 if (Constant *C = ConstantFoldInstruction(I, DL, TLI)) { in run() 2956 if (Constant *C = ConstantFoldInstruction(Inst, DL, TLI)) { in AddReachableCodeToWorklist()
|
/external/swiftshader/third_party/LLVM/lib/Analysis/ |
D | ConstantFolding.cpp | 732 Constant *llvm::ConstantFoldInstruction(Instruction *I, const TargetData *TD) { in ConstantFoldInstruction() function in llvm
|
D | InstructionSimplify.cpp | 2427 Result = ConstantFoldInstruction(I, TD); in SimplifyInstruction()
|
/external/llvm/lib/Analysis/ |
D | ConstantFolding.cpp | 969 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, in ConstantFoldInstruction() function in llvm
|
D | InstructionSimplify.cpp | 4093 Result = ConstantFoldInstruction(I, DL, TLI); in SimplifyInstruction()
|