Home
last modified time | relevance | path

Searched refs:getDestTy (Results 1 – 15 of 15) sorted by relevance

/external/llvm/lib/Target/AMDGPU/
DSITypeRewriter.cpp141 if (I.getDestTy() != v4i32) { in visitBitCast()
/external/llvm/lib/Target/PowerPC/
DPPCCTRLoops.cpp394 CI->getDestTy()->getScalarType()->isPPC_FP128Ty() || in mightUseCTR()
396 isLargeIntegerTy(TT.isArch32Bit(), CI->getDestTy()->getScalarType())) in mightUseCTR()
/external/llvm/lib/Transforms/Scalar/
DScalarizer.cpp470 VectorType *VT = dyn_cast<VectorType>(CI.getDestTy()); in visitCastInst()
488 VectorType *DstVT = dyn_cast<VectorType>(BCI.getDestTy()); in visitBitCastInst()
DScalarReplAggregates.cpp2012 if (Val->getType() != BC->getDestTy()) { in RewriteBitCast()
2013 Val = new BitCastInst(Val, BC->getDestTy(), "", BC); in RewriteBitCast()
DLoopStrengthReduce.cpp1830 DestTy = UCast->getDestTy(); in OptimizeShadowIV()
1834 DestTy = SCast->getDestTy(); in OptimizeShadowIV()
/external/llvm/include/llvm/IR/
DOperator.h490 Type *getDestTy() const { in getDestTy() function
DInstrTypes.h853 Type* getDestTy() const { return getType(); }
/external/llvm/lib/Analysis/
DMemoryBuiltins.cpp254 MallocType = cast<PointerType>(BCI->getDestTy()); in getMallocType()
DValueTracking.cpp3222 *DTy = BC->getDestTy()->getPointerElementType(); in isDereferenceableAndAlignedPointer()
/external/llvm/lib/Transforms/InstCombine/
DInstCombineLoadStoreAlloca.cpp502 LoadInst *NewLoad = combineLoadToNewType(IC, LI, CI->getDestTy()); in combineLoadToOperationType()
DInstCombineVectorOps.cpp952 Type *TgtTy = BC->getDestTy(); in visitShuffleVectorInst()
DInstCombineMulDivRem.cpp992 N = IC.Builder->CreateZExt(N, Z->getDestTy()); in foldUDivShl()
DInstructionCombining.cpp753 VectorType *DestTy = dyn_cast<VectorType>(BC->getDestTy()); in FoldOpIntoSelect()
DInstCombineAndOrXor.cpp2696 Op0C->getDestTy()))) { in visitXor()
/external/llvm/lib/Transforms/Vectorize/
DBBVectorize.cpp886 Type *DestTy = C->getDestTy(); in isInstVectorizable()