Searched refs:getDestTy (Results 1 – 18 of 18) sorted by relevance
97 BC->getDestTy()->getPointerElementType())) { in runOnModule()
620 if (ZExt->getDestTy() != ExtTy) in Cleanup()624 if (ZExt->getSrcTy() == ZExt->getDestTy()) { in Cleanup()697 TruncTysMap[Trunc].push_back(Trunc->getDestTy()); in Mutate()
304 unsigned DBW = DL.getTypeSizeInBits(CI->getDestTy()); in getUserCost()
422 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()424 isLargeIntegerTy(!TM.isPPC64(), CI->getDestTy()->getScalarType())) in mightUseCTR()
665 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()683 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
2098 DestTy = UCast->getDestTy(); in OptimizeShadowIV()2102 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
597 Type *getDestTy() const { in getDestTy() function
699 Type* getDestTy() const { return getType(); }
632 if (!LI.isAtomic() || isSupportedAtomicType(CI->getDestTy())) { in combineLoadToOperationType()633 LoadInst *NewLoad = IC.combineLoadToNewType(LI, CI->getDestTy()); in combineLoadToOperationType()
236 Type *MidTy = CI1->getDestTy(); in isEliminableCastPair()237 Type *DstTy = CI2->getDestTy(); in isEliminableCastPair()
2737 Bitcast->getDestTy()->getScalarSizeInBits()) { in foldICmpBitCast()4388 Type *DestTy = CastOp0->getDestTy(); in foldICmpWithZextOrSext()4435 Type *DestTy = CastOp0->getDestTy(); in foldICmpWithCastOp()
2015 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
906 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
1483 if (CI->getSrcTy() == CI->getDestTy() || isa<Constant>(CastSrc)) in shouldOptimizeCast()
367 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
1362 CI->getDestTy(), DL))) { in constantFoldUser()
2201 Q.DL.getTypeSizeInBits(I2P->getDestTy())) in isKnownNonZero()2209 Q.DL.getTypeSizeInBits(P2I->getDestTy())) in isKnownNonZero()
1170 Type *DestTy = ToVectorTy(cast<CastInst>(I)->getDestTy(), VF); in isOptimizableIVTruncate()6337 return TTI.getCastInstrCost(Instruction::Trunc, Trunc->getDestTy(), in getInstructionCost()