Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DDerivedTypes.h323 bool isLayoutIdentical(StructType *Other) const;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
DType.cpp560 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGExprConstant.cpp498 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()