reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
82 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type"); 82 assert(DstTy && DstTy->isFirstClassType() && "Invalid cast destination type"); 94 IntegerType *FakeIntPtrTy = Type::getInt64Ty(DstTy->getContext()); 97 return CastInst::isEliminableCastPair(firstOp, secondOp, SrcTy, MidTy, DstTy,