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

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DScalarReplAggregates.cpp162 bool TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size,
1753 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset, NonConstantIdxSize,
1835 if (TypeHasComponent(T, Offset, MemSize, DL)) {
1843 /// TypeHasComponent - Return true if T has a component type with the
1845 bool SROA::TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size, function in class:SROA
1875 return TypeHasComponent(EltTy, Offset, Size, DL);

Completed in 51 milliseconds