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

References

lib/Analysis/LazyValueInfo.cpp
 1358                              CI->getDestTy(), DL))) {
lib/Analysis/MemoryBuiltins.cpp
  367       MallocType = cast<PointerType>(BCI->getDestTy());
lib/Analysis/ValueTracking.cpp
 2103           Q.DL.getTypeSizeInBits(I2P->getDestTy()))
 2111         Q.DL.getTypeSizeInBits(P2I->getDestTy()))
lib/Target/ARM/ARMCodeGenPrepare.cpp
  672     if (ZExt->getDestTy() != ExtTy)
  676     if (ZExt->getSrcTy() == ZExt->getDestTy()) {
  772     TruncTysMap[Trunc].push_back(Trunc->getDestTy());
lib/Target/Hexagon/HexagonTargetTransformInfo.cpp
  303     unsigned DBW = DL.getTypeSizeInBits(CI->getDestTy());
lib/Target/PowerPC/PPCTargetTransformInfo.cpp
  440           CI->getDestTy()->getScalarType()->isPPC_FP128Ty() ||
  442           isLargeIntegerTy(!TM.isPPC64(), CI->getDestTy()->getScalarType()))
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
 1483   if (CI->getSrcTy() == CI->getDestTy() || isa<Constant>(CastSrc))
lib/Transforms/InstCombine/InstCombineCasts.cpp
  235   Type *MidTy = CI1->getDestTy();
  236   Type *DstTy = CI2->getDestTy();
lib/Transforms/InstCombine/InstCombineCompares.cpp
 2737           Bitcast->getDestTy()->getScalarSizeInBits()) {
 4353   Type *DestTy = CastOp0->getDestTy();
 4400   Type *DestTy = CastOp0->getDestTy();
lib/Transforms/InstCombine/InstCombineLoadStoreAlloca.cpp
  622         if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) {
  623           LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy());
lib/Transforms/InstCombine/InstCombineVectorOps.cpp
 2013       Type *TgtTy = BC->getDestTy();
lib/Transforms/InstCombine/InstructionCombining.cpp
  874     VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy());
lib/Transforms/Scalar/LoopStrengthReduce.cpp
 2097       DestTy = UCast->getDestTy();
 2101       DestTy = SCast->getDestTy();
lib/Transforms/Scalar/Scalarizer.cpp
  645   VectorType *VT = dyn_cast<VectorType>(CI.getDestTy());
  663   VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy());
lib/Transforms/Vectorize/LoopVectorize.cpp
 1161     Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF);
 6275       return TTI.getCastInstrCost(Instruction::Trunc, Trunc->getDestTy(),