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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1768 /// isCompatibleAggregate - Check if T1 and T2 are either the same type or are
1770 static bool isCompatibleAggregate(Type *T1, Type *T2) { function
1814 if (isCompatibleAggregate(MemOpType, Info.AI->getAllocatedType())) {
1905 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) {
1934 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) {

Completed in 102 milliseconds