Searched refs:AllocaType (Results 1 - 2 of 2) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp904 Type *AllocaType = Old->getType(); local
907 if (VectorType *VTy = dyn_cast<VectorType>(AllocaType)) {
914 return Builder.CreateBitCast(SV, AllocaType);
964 unsigned DestWidth = DL.getTypeSizeInBits(AllocaType);
966 unsigned DestStoreWidth = DL.getTypeStoreSizeInBits(AllocaType);
973 if (SV->getType() != AllocaType) {
975 AllocaType->getPrimitiveSizeInBits())
976 SV = Builder.CreateZExt(SV, AllocaType);
980 SV = Builder.CreateTrunc(SV, AllocaType);
/external/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp750 Type *AllocaType = AI->getAllocatedType(); local
751 uint64_t AllocaTypeSize = IFI.DL->getTypeAllocSize(AllocaType);

Completed in 113 milliseconds