Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp140 Type *DstIntPtrTy = in isEliminableCastPair() local
144 DstIntPtrTy); in isEliminableCastPair()
148 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstrTypes.h608 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp2825 Type *DstIntPtrTy) { in isEliminableCastPair() argument
2942 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5375 Type *DstIntPtrTy = in simplifyCastInst() local
5379 DstIntPtrTy) == Instruction::BitCast) in simplifyCastInst()