Searched defs:TypeHasComponent (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp161 bool TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size);
1736 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset,
1817 if (TypeHasComponent(T, Offset, MemSize)) {
1825 /// TypeHasComponent - Return true if T has a component type with the
1827 bool SROA::TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size) { function in class:SROA
1856 return TypeHasComponent(EltTy, Offset, Size);

Completed in 179 milliseconds