Home
last modified time | relevance | path

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

/external/llvm/unittests/IR/
DTypesTest.cpp35 EXPECT_TRUE(Foo->isLayoutIdentical(Bar)); in TEST()
/external/swiftshader/third_party/LLVM/include/llvm/
DDerivedTypes.h281 bool isLayoutIdentical(StructType *Other) const;
/external/llvm/include/llvm/IR/
DDerivedTypes.h281 bool isLayoutIdentical(StructType *Other) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DDerivedTypes.h286 bool isLayoutIdentical(StructType *Other) const;
/external/swiftshader/third_party/LLVM/lib/VMCore/
DType.cpp550 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/external/llvm/lib/IR/
DType.cpp536 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/external/clang/lib/CodeGen/
DCGExprConstant.cpp548 if (ValSTy->isLayoutIdentical(STy)) in Finalize()