Searched refs:DstIntPtrTy (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp251 Type *DstIntPtrTy = TD && DstTy->isPtrOrPtrVectorTy() ? local
255 DstIntPtrTy);
259 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DInstrTypes.h593 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DInstructions.cpp2126 Type *DstIntPtrTy) {
2229 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy)
2123 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument

Completed in 144 milliseconds