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

/freebsd-10.0-release/contrib/llvm/include/llvm/IR/
H A DDerivedTypes.h281 /// isLayoutIdentical - Return true if this is layout identical to the
283 bool isLayoutIdentical(StructType *Other) const;
/freebsd-10.0-release/contrib/llvm/lib/IR/
H A DType.cpp604 /// isLayoutIdentical - Return true if this is layout identical to the
606 bool StructType::isLayoutIdentical(StructType *Other) const { function in class:StructType
/freebsd-10.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprConstant.cpp565 if (ValSTy->isLayoutIdentical(STy))

Completed in 77 milliseconds