Searched refs:ConstantFoldLoadThroughBitcast (Results 1 – 3 of 3) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | ConstantFolding.h | 211 Constant *ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy,
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | Evaluator.cpp | 268 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 D | ConstantFolding.cpp | 344 Constant *llvm::ConstantFoldLoadThroughBitcast(Constant *C, Type *DestTy, in ConstantFoldLoadThroughBitcast() function in llvm 702 if (Constant *Result = ConstantFoldLoadThroughBitcast(AtOffset, Ty, DL)) in ConstantFoldLoadFromConst()
|