Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DDerivedTypes.h326 bool isLayoutIdentical(StructType *Other) const;
/netbsd/external/apache2/llvm/dist/llvm/lib/IR/
H A DType.cpp554 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp498 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()