Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DScalarReplAggregates.cpp162 bool TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size,
1753 if (!TypeHasComponent(Info.AI->getAllocatedType(), Offset, NonConstantIdxSize, in isSafeGEP()
1835 if (TypeHasComponent(T, Offset, MemSize, DL)) { in isSafeMemAccess()
1845 bool SROA::TypeHasComponent(Type *T, uint64_t Offset, uint64_t Size, in TypeHasComponent() function in SROA
1875 return TypeHasComponent(EltTy, Offset, Size, DL); in TypeHasComponent()