Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DTypesTest.cpp35 EXPECT_TRUE(Foo->isLayoutIdentical(Bar)); in TEST()
/external/llvm/include/llvm/IR/
DDerivedTypes.h282 bool isLayoutIdentical(StructType *Other) const;
/external/llvm/lib/IR/
DType.cpp606 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/external/clang/lib/CodeGen/
DCGExprConstant.cpp543 if (ValSTy->isLayoutIdentical(STy)) in Finalize()