Searched refs:ConstantFoldLoadFromConst (Results 1 – 12 of 12) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 174 LLVM_ABI Constant *ConstantFoldLoadFromConst(Constant *C, Type *Ty, 180 LLVM_ABI Constant *ConstantFoldLoadFromConst(Constant *C, Type *Ty,
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | LoopUnrollAnalyzer.cpp | 117 ConstantFoldLoadFromConst(GV->getInitializer(), I.getType(), in visitLoad()
|
| H A D | Loads.cpp | 623 return ConstantFoldLoadFromConst(C, AccessTy, DL); in getAvailableLoadStore()
|
| H A D | ConstantFolding.cpp | 713 Constant *llvm::ConstantFoldLoadFromConst(Constant *C, Type *Ty, in ConstantFoldLoadFromConst() function in llvm 739 Constant *llvm::ConstantFoldLoadFromConst(Constant *C, Type *Ty, in ConstantFoldLoadFromConst() function in llvm 741 return ConstantFoldLoadFromConst(C, Ty, APInt(64, 0), DL); in ConstantFoldLoadFromConst() 757 if (Constant *Result = ConstantFoldLoadFromConst(GV->getInitializer(), Ty, in ConstantFoldLoadFromConstPtr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | VNCoercion.cpp | 403 return ConstantFoldLoadFromConst(SrcVal, LoadTy, APInt(32, Offset), DL); in getConstantValueForLoad() 469 return ConstantFoldLoadFromConst(Val, LoadTy, DL); in getConstantMemInstValueForLoad()
|
| H A D | Evaluator.cpp | 144 return ConstantFoldLoadFromConst(cast<Constant *>(V->Val), Ty, Offset, DL); in read() 234 return ConstantFoldLoadFromConst(GV->getInitializer(), Ty, Offset, DL); in ComputeLoadResult()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | JumpTableToSwitch.cpp | 83 ConstantFoldLoadFromConst(GV->getInitializer(), PtrTy, Offset, DL); in parseJumpTable()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/AggressiveInstCombine/ |
| H A D | AggressiveInstCombine.cpp | 976 Constant *Ca = ConstantFoldLoadFromConst(C, LoadTy, ConstOffset, DL); in foldPatternedLoads() 982 if (Ca != ConstantFoldLoadFromConst(C, LoadTy, ConstOffset, DL)) in foldPatternedLoads()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 321 if (auto *Value = ConstantFoldLoadFromConst(Init, Ty, Offset, DL)) { in CleanupConstantGlobalUsers() 398 ConstantFoldLoadFromConst(GV->getInitializer(), Ty, Offset, DL); in collectSRATypes()
|
| H A D | Attributor.cpp | 276 return ConstantFoldLoadFromConst(Initializer, &Ty, Offset, DL); in getInitialValueForObj()
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGExprConstant.cpp | 637 llvm::Constant *FoldedConstant = llvm::ConstantFoldLoadFromConst( in AppendBitField()
|
| H A D | CGDecl.cpp | 2037 constant = llvm::ConstantFoldLoadFromConst( in EmitAutoVarInit()
|