Home
last modified time | relevance | path

Searched refs:DstIntPtrTy (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp138 Type *DstIntPtrTy = in isEliminableCastPair() local
142 DstIntPtrTy); in isEliminableCastPair()
146 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h719 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/freebsd-14.2/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp3117 Type *DstIntPtrTy) { in isEliminableCastPair() argument
3240 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5306 Type *DstIntPtrTy = in simplifyCastInst() local
5310 DstIntPtrTy) == Instruction::BitCast) in simplifyCastInst()