Home
last modified time | relevance | path

Searched refs:ConstantFoldLoadThroughBitcast (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp246 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 DConstantFolding.h163 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DLoads.cpp515 return ConstantFoldLoadThroughBitcast(C, AccessTy, DL); in getAvailableLoadStore()
H A DConstantFolding.cpp356 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 DGlobalOpt.cpp299 ConstantFoldLoadThroughBitcast(Init, LI->getType(), DL)) { in CleanupConstantGlobalUsers()