Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp244 return ConstantFoldLoadThroughBitcast( in ComputeLoadResult()
276 ConstantFoldLoadThroughBitcast(CE, CE->getOperand(0)->getType(), DL)); in getCalleeWithFormalArgs()
293 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams()
313 RV = ConstantFoldLoadThroughBitcast(RV, FT->getReturnType(), DL); in castCallResultIfNeeded()
374 if (Constant *FV = ConstantFoldLoadThroughBitcast(Val, Ty, DL)) { in EvaluateBlock()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DConstantFolding.h163 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DLoads.cpp515 return ConstantFoldLoadThroughBitcast(C, AccessTy, DL); in getAvailableLoadStore()
H A DConstantFolding.cpp351 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast() function in llvm
675 return ConstantFoldLoadThroughBitcast(GV->getInitializer(), Ty, DL); in ConstantFoldLoadFromConstPtr()
1408 return ConstantFoldLoadThroughBitcast(C, Ty, DL); in ConstantFoldLoadThroughGEPConstantExpr()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DGlobalOpt.cpp299 ConstantFoldLoadThroughBitcast(Init, LI->getType(), DL)) { in CleanupConstantGlobalUsers()