Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp161 bool TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size,
1752 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset, NonConstantIdxSize, in isSafeGEP()
1834 if (TypeHasComponent(T, Offset, MemSize, DL)) { in isSafeMemAccess()
1844 bool SROA::TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size, in TypeHasComponent() function in SROA
1874 return TypeHasComponent(EltTy, Offset, Size, DL); in TypeHasComponent()