Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DConstantFolding.h51 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4175 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 DLICM.cpp882 if (Constant *C = ConstantFoldInstruction( in hoistRegion()
H A DJumpThreading.cpp1073 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI); in processBlock()
/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp838 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DConstantFolding.cpp1159 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, in ConstantFoldInstruction() function in llvm