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

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp1777 /// isCompatibleAggregate - Check if T1 and T2 are either the same type or are
1779 static bool isCompatibleAggregate(Type *T1, Type *T2) { function
1823 if (isCompatibleAggregate(MemOpType, Info.AI->getAllocatedType())) {
1914 if (isCompatibleAggregate(LIType, AI->getAllocatedType())) {
1943 if (isCompatibleAggregate(SIType, AI->getAllocatedType())) {

Completed in 20 milliseconds