Home | History | Annotate | Download | only in InstCombine

Lines Matching refs:DstTy

237   Type *DstTy,     ///< The target type for the second cast instruction
251 Type *DstIntPtrTy = TD && DstTy->isPtrOrPtrVectorTy() ?
252 TD->getIntPtrType(DstTy) : 0;
254 DstTy, SrcIntPtrTy, MidIntPtrTy,
260 (Res == Instruction::PtrToInt && DstTy != SrcIntPtrTy))