Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstantFolding.h211 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DEvaluator.cpp268 auto *ArgC = ConstantFoldLoadThroughBitcast(getVal(*ArgI), PTy, DL); in getFormalParams()
285 RV = ConstantFoldLoadThroughBitcast(RV, ReturnType, DL); in castCallResultIfNeeded()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstantFolding.cpp344 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast() function in llvm
702 if (Constant *Result = ConstantFoldLoadThroughBitcast(AtOffset, Ty, DL)) in ConstantFoldLoadFromConst()