Searched refs:GetArrayType (Results 1 – 4 of 4) sorted by relevance
600 const MIRType *ArrayNode::GetArrayType(const TypeTable &tt) const in GetArrayType() function in maple::ArrayNode607 MIRType *ArrayNode::GetArrayType(const TypeTable &tt) in GetArrayType() function in maple::ArrayNode609 return const_cast<MIRType *>(const_cast<const ArrayNode *>(this)->GetArrayType(tt)); in GetArrayType()614 const auto *arrayType = static_cast<const MIRArrayType *>(GetArrayType(tt)); in GetDim()
717 …auto *farrayType = static_cast<MIRFarrayType *>(array->GetArrayType(GlobalTables::GetTypeTable())); in LowerFarray()760 MIRType *aType = array->GetArrayType(GlobalTables::GetTypeTable()); in LowerCArray()
398 … auto *farrayType = static_cast<MIRFarrayType *>(array.GetArrayType(GlobalTables::GetTypeTable())); in LowerFarray()484 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerArrayDim()533 MIRType *aType = array.GetArrayType(GlobalTables::GetTypeTable()); in LowerArray()
1474 const MIRType *GetArrayType(const TypeTable &tt) const;1475 MIRType *GetArrayType(const TypeTable &tt);