Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstantFolding.h51 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp4233 if (Constant *C = ConstantFoldInstruction(I, DL, &TLI)) { in run()
4481 if (Constant *C = ConstantFoldInstruction(&Inst, DL, TLI)) { in prepareICWorklistFromFunction()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp894 if (Constant *C = ConstantFoldInstruction( in hoistRegion()
H A DJumpThreading.cpp1096 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI); in processBlock()
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp842 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DConstantFolding.cpp1158 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, in ConstantFoldInstruction() function in llvm