Searched refs:getDestTy (Results 1 – 15 of 15) sorted by relevance
141 if (I.getDestTy() != v4i32) { in visitBitCast()
394 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()396 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType())) in mightUseCTR()
470 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()488 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
2012 if (Val->getType() != BC->getDestTy()) { in RewriteBitCast()2013 Val = new BitCastInst(Val, BC->getDestTy(), "", BC); in RewriteBitCast()
1830 DestTy = UCast->getDestTy(); in OptimizeShadowIV()1834 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
490 Type *getDestTy() const { in getDestTy() function
853 Type* getDestTy() const { return getType(); }
254 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
3222 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceableAndAlignedPointer()
502 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
952 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
992 N = IC.Builder->CreateZExt(N, Z->getDestTy()); in foldUDivShl()
753 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
2696 Op0C->getDestTy()))) { in visitXor()
886 Type *DestTy = C->getDestTy(); in isInstVectorizable()