Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDerivedTypes.h365 LLVM_ABI bool isLayoutIdentical(StructType *Other) const;
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DType.cpp712 bool StructType::isLayoutIdentical(StructType *Other) const { in isLayoutIdentical() function in StructType
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILOpLowering.cpp89 if (!IntrinTy->isLayoutIdentical(DXILOpTy)) in replaceNamedStructUses()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprConstant.cpp519 if (DesiredSTy->isLayoutIdentical(STy)) in buildFrom()