Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp212 return ConstantFoldLoadThroughBitcast( in ComputeLoadResult()
244 ConstantFoldLoadThroughBitcast(CE, CE->getOperand(0)->getType(), DL)); in getCalleeWithFormalArgs()
261 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), *ParI, DL); in getFormalParams()
281 RV = ConstantFoldLoadThroughBitcast(RV, FT->getReturnType(), DL); in castCallResultIfNeeded()
342 while (!(NewVal = ConstantFoldLoadThroughBitcast(Val, NewTy, DL))) { in EvaluateBlock()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DConstantFolding.h153 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DConstantFolding.cpp323 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast() function in llvm
598 return llvm::ConstantFoldLoadThroughBitcast(C, DestTy, DL); in ConstantFoldLoadThroughBitcastExpr()