Home
last modified time | relevance | path

Searched refs:isLayoutIdentical (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/IR/
H A DTypesTest.cpp34 EXPECT_TRUE(Foo->isLayoutIdentical(Bar)); in TEST()
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DDerivedTypes.h324 bool isLayoutIdentical(StructType *Other) const;
/llvm-project-15.0.7/llvm/lib/IR/
H A DType.cpp594 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGExprConstant.cpp509 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()