Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp262 Type *DstIntPtrTy = in isEliminableCastPair() local
266 DstIntPtrTy); in isEliminableCastPair()
270 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DInstrTypes.h675 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstructions.cpp2732 Type *DstIntPtrTy) { in isEliminableCastPair() argument
2851 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4566 Type *DstIntPtrTy = in SimplifyCastInst() local
4570 DstIntPtrTy) == Instruction::BitCast) in SimplifyCastInst()