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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1781 /// isCompatibleAggregate - Check if T1 and T2 are either the same type or are
1783 static bool isCompatibleAggregate(Type *T1, Type *T2) { function
1828 if (isCompatibleAggregate(MemOpType, Info.AI->getAllocatedType())) {
1920 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) {
1949 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) {

Completed in 108 milliseconds