reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/IR/ConstantFold.cpp
   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,