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

/freebsd-10-stable/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp160 bool TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size);
1740 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset,
1821 if (TypeHasComponent(T, Offset, MemSize)) {
1829 /// TypeHasComponent - Return true if T has a component type with the
1831 bool SROA::TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size) { function in class:SROA
1860 return TypeHasComponent(EltTy, Offset, Size);

Completed in 44 milliseconds