Searched defs:DstIntPtrTy (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp251 Type *DstIntPtrTy = TD && DstTy->isPtrOrPtrVectorTy() ? local
255 DstIntPtrTy);
259 if ((Res == Instruction::IntToPtr && SrcTy != DstIntPtrTy) ||
/external/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 128 milliseconds