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

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp254 Type *DstIntPtrTy = DL && DstTy->isPtrOrPtrVectorTy() ? local
258 DstIntPtrTy);
262 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
/external/llvm/include/llvm/IR/
H A DInstrTypes.h604 Type *DstIntPtrTy ///< Integer type corresponding to Ptr DstTy, or null
/external/llvm/lib/IR/
H A DInstructions.cpp2159 Type *DstIntPtrTy) {
2276 if (!SrcIntPtrTy || DstIntPtrTy != SrcIntPtrTy)
2156 isEliminableCastPair( Instruction::CastOps firstOp, Instruction::CastOps secondOp, Type *SrcTy, Type *MidTy, Type *DstTy, Type *SrcIntPtrTy, Type *MidIntPtrTy, Type *DstIntPtrTy) argument

Completed in 148 milliseconds