Home
last modified time | relevance | path

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

/external/llvm/include/llvm/IR/
DDerivedTypes.h283 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.cpp565 if (ValSTy->isLayoutIdentical(STy)) in Finalize()