Searched refs:isLayoutIdentical (Results 1 – 3 of 3) sorted by relevance
338 bool isLayoutIdentical(StructType *Other) const;
603 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
512 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()