Searched refs:ConstantFoldInstruction (Results 1 – 8 of 8) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/ |
| H A D | NVVMReflect.cpp | 206 if (auto *C = ConstantFoldInstruction(I, DL)) { in foldReflectCall()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 59 ConstantFoldInstruction(const Instruction *I, const DataLayout &DL,
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneFunction.cpp | 589 if (Value *V = ConstantFoldInstruction( in CloneBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 905 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpThreading.cpp | 996 ConstantFoldInstruction(I, BB->getDataLayout(), TLI); in processBlock()
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | ConstantFolding.cpp | 1135 Constant *llvm::ConstantFoldInstruction(const Instruction *I, in ConstantFoldInstruction() function in llvm
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 5733 if (Constant *C = ConstantFoldInstruction(&Inst, DL, &TLI)) { in prepareWorklist()
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/ |
| H A D | DemangleTestCases.inc | 19476 …antFoldInstructionEPNS_11InstructionEPKNS_10DataLayoutE", "llvm::ConstantFoldInstruction(llvm::Ins…
|