Searched refs:getDestTy (Results 1 – 22 of 22) sorted by relevance
144 if (I.getDestTy() != v4i32) { in visitBitCast()
146 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
406 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()408 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType())) in mightUseCTR()
473 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()491 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
1814 DestTy = UCast->getDestTy(); in OptimizeShadowIV()1818 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
491 Type *getDestTy() const { in getDestTy() function
833 Type* getDestTy() const { return getType(); }
551 Type *DstTy = BIC->getDestTy(); in getSrcAndDstElememntTypeName()
519 Type * dstVecTy = Cast.getDestTy(); in visitCastInst()
836 if (Cast->getDestTy()->getPointerAddressSpace() == SPIRAS_Generic) { in transUnaryInst()841 assert(Cast->getDestTy()->getPointerAddressSpace() != SPIRAS_Constant && in transUnaryInst()
604 Type* getDestTy() const { return getType(); }
261 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
1879 if (Val->getType() != BC->getDestTy()) { in RewriteBitCast()1880 Val = new BitCastInst(Val, BC->getDestTy(), "", BC); in RewriteBitCast()
1495 DestTy = UCast->getDestTy(); in OptimizeShadowIV()1499 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
1041 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
506 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
1006 N = IC.Builder->CreateZExt(N, Z->getDestTy()); in foldUDivShl()
749 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
2555 Op0C->getDestTy()))) { in visitXor()
568 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
2137 Op0C->getDestTy()))) { in visitXor()
886 Type *DestTy = C->getDestTy(); in isInstVectorizable()