Searched refs:ConstantFoldLoadThroughBitcast (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | Evaluator.cpp | 246 return ConstantFoldLoadThroughBitcast( in ComputeLoadResult() 278 ConstantFoldLoadThroughBitcast(CE, CE->getOperand(0)->getType(), DL)); in getCalleeWithFormalArgs() 295 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams() 315 RV = ConstantFoldLoadThroughBitcast(RV, FT->getReturnType(), DL); in castCallResultIfNeeded() 384 if (Constant *FV = ConstantFoldLoadThroughBitcast(Val, NewTy, DL)) { in EvaluateBlock()
|
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/ |
| H A D | ConstantFolding.h | 163 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Loads.cpp | 515 return ConstantFoldLoadThroughBitcast(C, AccessTy, DL); in getAvailableLoadStore()
|
| H A D | ConstantFolding.cpp | 356 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast() function in llvm 680 return ConstantFoldLoadThroughBitcast(GV->getInitializer(), Ty, DL); in ConstantFoldLoadFromConstPtr() 1446 return ConstantFoldLoadThroughBitcast(C, Ty, DL); in ConstantFoldLoadThroughGEPConstantExpr()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | GlobalOpt.cpp | 299 ConstantFoldLoadThroughBitcast(Init, LI->getType(), DL)) { in CleanupConstantGlobalUsers()
|