Searched refs:ConstantFoldInstruction (Results 1 - 8 of 8) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstantProp.cpp94 if (Constant *C = ConstantFoldInstruction(I, DL, TLI)) {
H A DJumpThreading.cpp1041 ConstantFoldInstruction(I, BB->getModule()->getDataLayout(), TLI);
H A DLICM.cpp834 if (Constant *C = ConstantFoldInstruction(
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h41 /// ConstantFoldInstruction - Try to constant fold the specified instruction.
46 Constant *ConstantFoldInstruction(Instruction *I, const DataLayout &DL,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3285 if (Constant *C = ConstantFoldInstruction(I, DL, &TLI)) {
3463 if (Constant *C = ConstantFoldInstruction(Inst, DL, TLI)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp327 ConstantFoldInstruction(GEP, DL, &GetTLI(*GEP->getFunction())));
836 if (Constant *NewC = ConstantFoldInstruction(I, DL, TLI)) {
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp1120 Constant *llvm::ConstantFoldInstruction(Instruction *I, const DataLayout &DL, function in class:llvm
H A DInstructionSimplify.cpp5345 Result = ConstantFoldInstruction(I, Q.DL, Q.TLI);

Completed in 235 milliseconds