Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp245 Type *DstIntPtrTy = in isEliminableCastPair() local
249 DstIntPtrTy); in isEliminableCastPair()
253 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/freebsd-12.1/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h602 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/freebsd-12.1/contrib/llvm/lib/IR/
H A DInstructions.cpp2359 Type *DstIntPtrTy) { in isEliminableCastPair() argument
2478 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4343 Type *DstIntPtrTy = in SimplifyCastInst() local
4347 DstIntPtrTy) == Instruction::BitCast) in SimplifyCastInst()