Searched refs:ConstantFoldInstruction (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 51 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
|
/openbsd/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 4233 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 D | LICM.cpp | 894 if (Constant *C = ConstantFoldInstruction( in hoistRegion()
|
H A D | JumpThreading.cpp | 1096 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI); in processBlock()
|
/openbsd/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | GlobalOpt.cpp | 842 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
|
/openbsd/gnu/llvm/llvm/lib/Analysis/ |
H A D | ConstantFolding.cpp | 1158 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, in ConstantFoldInstruction() function in llvm
|