Home | History | Annotate | Download | only in IPO

Lines Matching refs:ATy

198     ArrayType *ATy = dyn_cast<ArrayType>(AI->getAllocatedType());
199 if (!ATy || AI->isArrayAllocation())
203 std::vector<AllocaInst*> &AllocasForType = InlinedArrayAllocas[ATy];