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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DSROA.cpp1656 Type *AllocaTy,
1662 VectorType *Ty = dyn_cast<VectorType>(AllocaTy);
1723 Type *AllocaTy,
1727 IntegerType *Ty = dyn_cast<IntegerType>(AllocaTy);
2351 Type *AllocaTy = NewAI.getAllocatedType(); local
2352 Type *ScalarTy = AllocaTy->getScalarType();
2358 !AllocaTy->isSingleValueType() ||
2416 if (VectorType *VecTy = dyn_cast<VectorType>(AllocaTy)) {
2999 Type *AllocaTy = 0; local
3002 AllocaTy
1655 isVectorPromotionViable(const TargetData &TD, Type *AllocaTy, AllocaPartitioning &P, uint64_t PartitionBeginOffset, uint64_t PartitionEndOffset, AllocaPartitioning::const_use_iterator I, AllocaPartitioning::const_use_iterator E) argument
1722 isIntegerPromotionViable(const TargetData &TD, Type *AllocaTy, AllocaPartitioning &P, AllocaPartitioning::const_use_iterator I, AllocaPartitioning::const_use_iterator E) argument
[all...]

Completed in 125 milliseconds