Home
last modified time | relevance | path

Searched refs:ConstantFoldConstant (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DVNCoercion.cpp82 StoredVal = ConstantFoldConstant(C, DL); in coerceAvailableValueToLoadType()
115 StoredVal = ConstantFoldConstant(C, DL); in coerceAvailableValueToLoadType()
160 StoredVal = ConstantFoldConstant(C, DL); in coerceAvailableValueToLoadType()
H A DEvaluator.cpp309 Constant *FoldedPtr = ConstantFoldConstant(Ptr, DL, TLI); in EvaluateBlock()
347 Constant *FoldedPtr = ConstantFoldConstant(Ptr, DL, TLI); in EvaluateBlock()
610 InstResult = ConstantFoldConstant(InstResult, DL, TLI); in EvaluateBlock()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h62 Constant *ConstantFoldConstant(const Constant *C, const DataLayout &DL,
H A DTargetFolder.h39 return ConstantFoldConstant(C, DL); in Fold()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/
H A DTruncInstCombine.cpp371 return ConstantFoldConstant(C, DL, &TLI); in getReducedOperand()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLint.cpp686 Value *W = ConstantFoldConstant(C, *DL, TLI); in findValueImpl()
H A DConstantFolding.cpp861 return ConstantFoldConstant(C, DL, TLI); in CastGEPIndices()
1160 Constant *llvm::ConstantFoldConstant(const Constant *C, const DataLayout &DL, in ConstantFoldConstant() function in llvm
H A DInstructionSimplify.cpp5110 return ConstantFoldConstant(CE, Q.DL); in simplifyGEPInst()
/freebsd/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXAsmPrinter.cpp1872 dyn_cast<ConstantInt>(ConstantFoldConstant(Cexpr, DL))) { in bufferLEByte()
2095 Constant *C = ConstantFoldConstant(CE, getDataLayout()); in lowerConstantForGV()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3280 Constant *C = ConstantFoldConstant(CE, getDataLayout()); in lowerConstant()
3443 ConstantInt *CI = dyn_cast_or_null<ConstantInt>(ConstantFoldConstant( in emitGlobalConstantVector()
3751 Constant *New = ConstantFoldConstant(CE, DL); in emitGlobalConstantImpl()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp2055 Constant *New = ConstantFoldConstant(C, DL, /*TLI*/ nullptr); in OptimizeGlobalVars()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp5289 FoldRes = ConstantFoldConstant(C, DL, &TLI); in prepareWorklist()