Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
DInstCombineCasts.cpp262 Type *DstIntPtrTy = in isEliminableCastPair() local
266 DstIntPtrTy); in isEliminableCastPair()
270 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DInstrTypes.h673 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DInstructions.cpp2746 Type *DstIntPtrTy) { in isEliminableCastPair() argument
2869 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Analysis/
DInstructionSimplify.cpp4642 Type *DstIntPtrTy = in SimplifyCastInst() local
4646 DstIntPtrTy) == Instruction::BitCast) in SimplifyCastInst()