Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVVMReflect.cpp195 ConstantFoldInstruction(I, F.getDataLayout())) { in runNVVMReflect()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h56 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp537 if (Value *V = ConstantFoldInstruction( in CloneBlock()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp894 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) { in ConstantPropUsersOf()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp999 ConstantFoldInstruction(I, BB->getDataLayout(), TLI); in processBlock()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1112 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, in ConstantFoldInstruction() function in llvm
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5270 if (Constant *C = ConstantFoldInstruction(&Inst, DL, &TLI)) { in prepareWorklist()