Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h338 bool isLayoutIdentical(StructType *Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp603 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp512 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()