Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp277 Type *DstIntPtrTy = in isEliminableCastPair() local
281 DstIntPtrTy); in isEliminableCastPair()
285 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) || in isEliminableCastPair()
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DInstrTypes.h671 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DInstructions.cpp3132 Type *DstIntPtrTy) { in isEliminableCastPair() argument
3255 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy) in isEliminableCastPair()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp5077 Type *DstIntPtrTy = in simplifyCastInst() local
5081 DstIntPtrTy) == Instruction::BitCast) in simplifyCastInst()