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