Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDDerivedTypes.h338 bool isLayoutIdentical(StructType *Other) const;
/freebsd-14-stable/contrib/llvm-project/llvm/lib/IR/
HDType.cpp603 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/freebsd-14-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGExprConstant.cpp512 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()