Searched refs:ConstantFoldInstruction (Results 1 – 6 of 6) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 51 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
|
| /llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 4175 if (Constant *C = ConstantFoldInstruction(I, DL, &TLI)) { in run() 4423 if (Constant *C = ConstantFoldInstruction(&Inst, DL, TLI)) { in prepareICWorklistFromFunction()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/Scalar/ |
| H A D | LICM.cpp | 882 if (Constant *C = ConstantFoldInstruction( in hoistRegion()
|
| H A D | JumpThreading.cpp | 1073 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI); in processBlock()
|
| /llvm-project-15.0.7/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 838 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
|
| /llvm-project-15.0.7/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1159 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, in ConstantFoldInstruction() function in llvm
|